<%= t("dashboard.quick_start.new_task") %>
<% if can_create_protocols_in_repository?(current_team) %> <% end %> <% if can_create_reports?(current_team) %> <%= link_to new_report_path, {class: "new-report btn btn-secondary"} do %> <%= t("dashboard.quick_start.new_report") %> <% end %> <% end %>
<%= render "create_task_modal" %> <%= render partial: "protocols/index/new_protocol_modal.html.erb", locals: {type: 'new'} %> <%= javascript_include_tag "protocols/new_protocol" %>