<% if can_create_reports?(current_team) %>
<%= link_to new_report_path, class: 'btn btn-primary', id: 'new-report-btn', title: t("projects.reports.index.new_tooltip") do %> <% end %>
<% end %>