1
0

Added measurements to sidebar

This commit is contained in:
cryptogopher
2019-11-16 14:17:55 +01:00
parent 793edbe7ae
commit f2fa3db7f7
4 changed files with 15 additions and 0 deletions

View File

@@ -3,6 +3,11 @@
<li><%= link_to t(".link_summary"), project_body_trackers_path(@project) %></li>
</ul>
<h3><%= t ".heading_measurements" %></h3>
<ul>
<li><%= link_to t(".link_measurements"), project_measurements_path(@project) %></li>
</ul>
<h3><%= t ".heading_diet" %></h3>
<ul>
<li>
@@ -22,3 +27,4 @@
<li><p><%= link_to t(".link_defaults"), defaults_project_body_trackers_path(@project),
method: :post, data: {confirm: t(".confirm_defaults")} %></li>
<% end %>
</ul>