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/_contextual.html.erb
2021-03-07 15:07:45 +01:00

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 %>