<%= link_to_if User.current.allowed_to?(:manage_body_trackers, @project), t(".link_new_goal"), new_project_goal_path(@project), {remote: true, class: 'icon icon-add'} %>
<%= title t(".heading") %>
<%= render partial: 'goals/index' %>