1
0

Set page title same as heading

This commit is contained in:
cryptogopher
2021-01-18 21:38:53 +01:00
parent 2a8f60be36
commit 503f393f68
14 changed files with 15 additions and 16 deletions

View File

@@ -1,4 +1,3 @@
<h3><%= t ".heading_body_trackers" %></h3>
<ul>
<li><%= link_to t(".link_summary"), project_body_trackers_path(@project) %></li>
<li>

View File

@@ -2,3 +2,4 @@ $('div[id^=flash_]').remove();
$('div[id=errorExplanation]').remove();
$('#content').prepend('<%= j render_flash_messages %>');
<%= yield %>
//$(document).prop('title', '<%= html_title %>');