Added Goal model and preliminary Targets index
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
<h3><%= t ".heading_body_trackers" %></h3>
|
||||
<ul>
|
||||
<li><%= link_to t(".link_summary"), project_body_trackers_path(@project) %></li>
|
||||
<li>
|
||||
<%= link_to t(".link_targets"), project_targets_path(@project) %>
|
||||
/
|
||||
<%#= link_to t(".link_goals"), nutrients_project_foods_path(@project) %>
|
||||
Goals
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3><%= t ".heading_measurements" %></h3>
|
||||
|
||||
Reference in New Issue
Block a user