2022-05-23 19:32:15 +08:00
|
|
|
<% if can_create_reports?(current_team) %>
|
2021-03-17 19:54:25 +08:00
|
|
|
<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 %>
|
2021-03-17 19:54:25 +08:00
|
|
|
<span class="fas fa-plus" aria-hidden="true"></span>
|
|
|
|
<span class="hidden-xs"><%= t("projects.reports.index.new") %></span>
|
|
|
|
<% end %>
|
|
|
|
</div>
|
2023-05-18 15:46:28 +08:00
|
|
|
<div class="sci-input-container left-icon search-report-container">
|
|
|
|
<input type="text" class="sci-input-field report-search" placeholder="<%= t("projects.reports.index.search_reports") %>"></input>
|
|
|
|
<i class="fas fa-search"></i>
|
2021-05-14 03:41:26 +08:00
|
|
|
</div>
|
2021-03-16 20:11:15 +08:00
|
|
|
<% end %>
|