scinote-web/app/views/reports/_index_toolbar.html.erb

9 lines
340 B
Text
Raw Normal View History

<% if can_create_reports?(current_team) %>
<div class="sci-btn-group">
2021-03-25 20:12:52 +08:00
<%= link_to new_report_path, class: 'btn btn-primary', id: 'new-report-btn' do %>
2023-06-08 14:33:37 +08:00
<span class="sn-icon sn-icon-new-task" aria-hidden="true"></span>
<span class="hidden-xs"><%= t("projects.reports.index.new") %></span>
<% end %>
</div>
2021-03-16 20:11:15 +08:00
<% end %>