X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7c2d7b25747a06919e8ec64f0b4391c33092d965..0a78f5a0efe0c88fddcd2ee91065f2a8da79055a:/apps/workbench/app/views/collections/show.html.erb diff --git a/apps/workbench/app/views/collections/show.html.erb b/apps/workbench/app/views/collections/show.html.erb index 7d8ac4dacb..e1b08290b0 100644 --- a/apps/workbench/app/views/collections/show.html.erb +++ b/apps/workbench/app/views/collections/show.html.erb @@ -1,22 +1,3 @@ -<% content_for :tab_line_buttons do %> - <%= link_to( - choose_projects_path( - title: 'Copy to project...', - my_root_selectable: true, - action_name: 'Copy', - action_href: actions_path, - action_method: 'post', - action_data: { - copy_selections_into_project: true, - selection: @name_link.andand.uuid || @object.uuid, - selection_param: 'uuid', - success: 'redirect-to-created-object' - }.to_json), - { class: "btn btn-sm btn-primary arv-move-to-project", remote: true, method: 'get' }) do %> - Copy to project... - <% end %> -<% end %> -
@@ -34,6 +15,9 @@
+
+ <%= render_editable_attribute @object, 'description', nil, { 'data-emptytext' => "(No description provided)", 'data-toggle' => 'manual' } %> +
<% if defined? @same_pdh %>

Found in collections: