15 lines
378 B
Plaintext
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>
|