Set page title same as heading
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
<h3><%= t ".heading_body_trackers" %></h3>
|
||||
<ul>
|
||||
<li><%= link_to t(".link_summary"), project_body_trackers_path(@project) %></li>
|
||||
<li>
|
||||
|
||||
@@ -2,3 +2,4 @@ $('div[id^=flash_]').remove();
|
||||
$('div[id=errorExplanation]').remove();
|
||||
$('#content').prepend('<%= j render_flash_messages %>');
|
||||
<%= yield %>
|
||||
//$(document).prop('title', '<%= html_title %>');
|
||||
|
||||
Reference in New Issue
Block a user