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