List binding goal targets
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div id="new-measurement">
|
||||
</div>
|
||||
|
||||
<%= title t(:body_trackers_title), t(".heading") %>
|
||||
<%= title t(".heading") %>
|
||||
<div id='measurements'>
|
||||
<%= render partial: 'measurements/index' %>
|
||||
</div>
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
<div id="new-measurement">
|
||||
</div>
|
||||
|
||||
<%= title t(:body_trackers_title),
|
||||
[t("measurements.index.heading"), project_measurements_path(@project)],
|
||||
<%= title [t("measurements.index.heading"), project_measurements_path(@project)],
|
||||
@routine.name %>
|
||||
<div id='readouts'>
|
||||
<%= render partial: 'measurements/readouts' %>
|
||||
|
||||
Reference in New Issue
Block a user