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

<%= t ".heading" %>

<%= render partial: 'quantities/index' %>