Goals (incl. binding) are required to have targets Plugin fixtures are available through accessors
5 lines
191 B
Plaintext
5 lines
191 B
Plaintext
<% if User.current.allowed_to?(:manage_body_trackers, @project) %>
|
|
<%= link_to t(".link_new_meal"), new_project_meal_path(@project),
|
|
{remote: true, class: 'icon icon-add'} %>
|
|
<% end %>
|