X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5b7762f1e6931c3e4e6ccd36d2a75ce53e38e36c..8deda2012ea7e25610f2cbd0a271e131d9364503:/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..c3e0b7cb2e 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,18 +15,13 @@
+
+ <%= render_editable_attribute @object, 'description', nil, { 'data-emptytext' => "(No description provided)", 'data-toggle' => 'manual' } %> +
- <% if defined? @same_pdh %> -

Found in collections:

-

- <% @same_pdh.each do |c| %> - <%= link_to_if_arvados_object get_object(c.owner_uuid), {:friendly_name => true} %> / <%= link_to_if_arvados_object c, {:friendly_name => true} %>
- <% end %> -

- <% else %> -

Content hash:
- <%= link_to @object.portable_data_hash, collection_path(@object.portable_data_hash) %>

- <% end %> +

Content hash:
+ <%= link_to @object.portable_data_hash, collection_path(@object.portable_data_hash) %> +

<%= render partial: "show_source_summary" %>