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
2020-06-25 03:56:49 +02:00

6 lines
206 B
Plaintext

<% if User.current.allowed_to?(:manage_common, @project) %>
<%= link_to t(".link_new_target"),
new_project_target_path(@project, @view_params),
{remote: true, class: 'icon icon-add'} %>
<% end %>