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

@@ -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 %>

View File

@@ -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>