X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3306ff5835f05b9d1e63a8254ec9d5e6ab41f968..d53b4de9b3b23d8fec31be0254a9a0ec4355884a:/apps/workbench/app/views/collections/_show_files.html.erb diff --git a/apps/workbench/app/views/collections/_show_files.html.erb b/apps/workbench/app/views/collections/_show_files.html.erb index d39c81b2b1..2c568fb6a5 100644 --- a/apps/workbench/app/views/collections/_show_files.html.erb +++ b/apps/workbench/app/views/collections/_show_files.html.erb @@ -33,7 +33,8 @@ 'data-href' => url_for(controller: 'collections', action: :remove_selected_files), 'data-selection-param-name' => 'selection[]', 'data-selection-action' => 'remove-selected-files', - 'data-toggle' => 'dropdown' + 'data-toggle' => 'dropdown', + 'class' => 'btn-remove-selected-files' %> <% end %> @@ -97,14 +98,18 @@ <% end %> <% if object.editable? %> - <%= link_to({controller: 'collections', action: 'remove_selected_files', id: object.uuid, selection: [object.portable_data_hash+'/'+file_path]}, method: :post, remote: true, data: {confirm: "Remove #{file_path}?", toggle: 'tooltip', placement: 'top'}, class: 'btn btn-sm btn-default btn-nodecorate', title: "Remove #{file_path}") do %> + + <%= link_to({controller: 'collections', action: 'remove_selected_files', id: object.uuid, selection: [object.portable_data_hash+'/'+file_path]}, method: :post, remote: true, data: {confirm: "Remove #{file_path}?", toggle: 'tooltip', placement: 'top'}, class: 'btn btn-sm btn-default btn-nodecorate btn-collection-file-control', title: 'Remove this file') do %> <% end %> + <% end %> <% if CollectionsHelper::is_image(filename) %> <% if object.editable? %> - <%= render_editable_attribute object, 'filename', filename, {'data-value' => file_path, 'data-toggle' => 'manual', 'selection_path' => 'rename-file-path:'+file_path}, {tiptitle: 'Edit path of this file (name or directory or both). If you use the same path as another file, it may be removed.'} %> + + <%= render_editable_attribute object, 'filename', filename, {'data-value' => file_path, 'data-toggle' => 'manual', 'selection_name' => 'rename-file-path:'+file_path}, {tiptitle: 'Edit name or directory or both for this file', btnclass: 'collection-file-control'} %> + <% else %> <%= filename %> <% end %> @@ -117,7 +122,8 @@ <% else %> <% if object.editable? %> - <%= render_editable_attribute object, 'filename', filename, {'data-value' => file_path, 'data-toggle' => 'manual', 'selection_name' => 'rename-file-path:'+file_path}, {tiptitle: 'Edit path of this file (name or directory or both). If you use the same path as another file, it may be removed.'} %> + <%= render_editable_attribute object, 'filename', filename, {'data-value' => file_path, 'data-toggle' => 'manual', 'selection_name' => 'rename-file-path:'+file_path}, {tiptitle: 'Edit name or directory or both for this file', btnclass: 'collection-file-control'} %> + <% else %> <%= filename %> <% end %>