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/measurements/_contextual.html.erb
2019-12-08 01:00:54 +01:00

5 lines
198 B
Plaintext

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