Goals (incl. binding) are required to have targets Plugin fixtures are available through accessors
6 lines
213 B
Plaintext
6 lines
213 B
Plaintext
<% if User.current.allowed_to?(:manage_body_trackers, @project) %>
|
|
<%= link_to t(".link_new_target"),
|
|
new_project_target_path(@project, @view_params),
|
|
{remote: true, class: 'icon icon-add'} %>
|
|
<% end %>
|