mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-13 12:47:11 +08:00
8 lines
388 B
Text
8 lines
388 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', title: t("projects.reports.index.new_tooltip") do %>
|
|
<span class="sn-icon sn-icon-new-task" aria-hidden="true"></span>
|
|
<span class="hidden-xs"><%= t("projects.reports.index.new") %></span>
|
|
<% end %>
|
|
</div>
|
|
<% end %>
|