mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-07 15:07:15 +08:00
Merge pull request #3082 from okriuchykhin/ok_SCI_5383_v2
Show folder creation button on archived page [SCI-5383]
This commit is contained in:
commit
902a47490d
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…
Add table
Reference in a new issue