Set page title same as heading
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div id="new-measurement">
|
||||
</div>
|
||||
|
||||
<h2><%= t ".heading" %></h2>
|
||||
<%= title t(:body_trackers_title), t(".heading") %>
|
||||
<div id='measurements'>
|
||||
<%= render partial: 'measurements/index' %>
|
||||
</div>
|
||||
|
||||
@@ -5,11 +5,9 @@
|
||||
<div id="new-measurement">
|
||||
</div>
|
||||
|
||||
<h2>
|
||||
<%= link_to t("measurements.index.heading"), project_measurements_path(@project) %>
|
||||
>
|
||||
<%= @routine.name %>
|
||||
</h2>
|
||||
<%= title t(:body_trackers_title),
|
||||
[t("measurements.index.heading"), project_measurements_path(@project)],
|
||||
@routine.name %>
|
||||
<div id='readouts'>
|
||||
<%= render partial: 'measurements/readouts' %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user