mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 12:43:06 +08:00
Show folder creation button on arhived page [SCI-5383]
This commit is contained in:
parent
451e0316ad
commit
ec7d1bf813
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
|||
<% if current_team && can_create_project_folders?(current_team) %>
|
||||
<%= link_to new_project_folder_path(project_folder_id: @current_folder, view_mode: projects_view_mode),
|
||||
class: 'btn btn-light new-project-folder-btn',
|
||||
data: { view_mode: 'active' },
|
||||
remote: true do %>
|
||||
<span class="fas fa-folder" aria-hidden="true"></span>
|
||||
<span class="hidden-xs"><%= t('projects.index.new_folder') %></span>
|
||||
|
|
Loading…
Reference in a new issue