5 lines
203 B
Plaintext
5 lines
203 B
Plaintext
<% if User.current.allowed_to?(:manage_body_trackers, @project) %>
|
|
<%= link_to t(".link_new_target"), new_goal_target_path(@goal, @view_params),
|
|
{remote: true, class: 'icon icon-add'} %>
|
|
<% end %>
|