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
cryptogopher 406eabaccc Fix target subtreshold listing
Route targets under goal
2021-03-06 13:00:50 +01:00

15 lines
378 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 %>
<% if @goal.description? %>
<p class="subtitle" style='white-space: pre-wrap;'><%= @goal.description %></p>
<% end %>
<div id='targets'>
<%= render partial: 'targets/index' %>
</div>