<% if can_create_reports?(current_team) %>
<%= link_to new_report_path, class: 'btn btn-primary', id: 'new-report-btn' do %> <% end %>
<% end %>