New file menu item #1336
This commit is contained in:
parent
7f8a27d1d7
commit
41b6193b73
@ -27,7 +27,7 @@
|
|||||||
<div class="contextual">
|
<div class="contextual">
|
||||||
<% unless @locked_for_user || @system_folder %>
|
<% unless @locked_for_user || @system_folder %>
|
||||||
<% if @file_manipulation_allowed %>
|
<% if @file_manipulation_allowed %>
|
||||||
<%= link_to l(:label_attachment_new), multi_dmsf_upload_path(id: @project, folder_id: @folder),
|
<%= link_to l(:label_document_new), multi_dmsf_upload_path(id: @project, folder_id: @folder),
|
||||||
class: 'icon icon-add' %>
|
class: 'icon icon-add' %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% if @folder_manipulation_allowed %>
|
<% if @folder_manipulation_allowed %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user