mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-17 06:35:14 +08:00
1da074bc2a
Revamp of (top) toolbar - Reports [SCI-8370]
8 lines
327 B
Text
8 lines
327 B
Text
<% if can_create_reports?(current_team) %>
|
|
<div class="sci-btn-group">
|
|
<%= link_to new_report_path, class: 'btn btn-primary', id: 'new-report-btn' do %>
|
|
<span class="fas fa-plus" aria-hidden="true"></span>
|
|
<span class="hidden-xs"><%= t("projects.reports.index.new") %></span>
|
|
<% end %>
|
|
</div>
|
|
<% end %>
|