1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
body_tracking/app/views/targets/index.html.erb
2021-02-21 19:41:24 +01:00

12 lines
258 B
Plaintext

<div class="contextual">
<%= render partial: 'targets/contextual' %>
</div>
<div id="new-target">
</div>
<%= title [t("goals.index.heading"), project_goals_path(@project)], @goal.name %>
<div id='targets'>
<%= render partial: 'targets/index' %>
</div>