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.
2021-01-18 21:38:53 +01:00

15 lines
397 B
Plaintext

<div class="contextual">
<% if User.current.allowed_to?(:manage_body_trackers, @project) %>
<%= link_to t(".link_new_quantity"), new_project_quantity_path(@project),
{remote: true, class: 'icon icon-add'} %>
<% end %>
</div>
<div id="new-quantity">
</div>
<%= title t(:body_trackers_title), t(".heading") %>
<div id='quantities'>
<%= render partial: 'quantities/index' %>
</div>