Set page title same as heading
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<p>
|
||||
<%= submit_tag l(:button_create) %>
|
||||
<%= link_to l(:button_cancel), "#",
|
||||
onclick: '$("#new-target").empty(); return false;' %>
|
||||
onclick: "$('#new-target').empty(); return false;" %>
|
||||
</p>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<div id="new-target">
|
||||
</div>
|
||||
|
||||
<h2><%= t ".heading" %></h2>
|
||||
<%= title t(:body_trackers_title), t(".heading") %>
|
||||
<div id='targets'>
|
||||
<%= render partial: 'targets/index' %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user