X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0218232df5c6b4e62cced85e17a512dd6cfcae36..8e76d0a54757172747f93eaa797e6d1746f8cd32:/apps/workbench/app/views/projects/_show_data_collections.html.erb diff --git a/apps/workbench/app/views/projects/_show_data_collections.html.erb b/apps/workbench/app/views/projects/_show_data_collections.html.erb index 01e740bda4..3c8607ef40 100644 --- a/apps/workbench/app/views/projects/_show_data_collections.html.erb +++ b/apps/workbench/app/views/projects/_show_data_collections.html.erb @@ -1,3 +1,4 @@ +<% if @object.uuid != current_user.uuid # Not the "Home" project %> <% content_for :content_top do %>

@@ -8,6 +9,7 @@ <%= render_editable_attribute @object, 'description', nil, { 'data-emptytext' => "(No description provided)", 'data-toggle' => 'manual' } %> +<% end %> <% end %> <% content_for :tab_line_buttons do %> @@ -62,4 +64,4 @@ page_offset = next_page_offset @objects %> -<%= render partial: 'show_tab_contents', locals: {project: @object, objects_and_names: objects_and_names, filters: filters, page_offset: page_offset, scroller: 'Data_collections'} %> +<%= render partial: 'show_tab_contents', locals: {project: @object, objects_and_names: objects_and_names, filters: filters, page_offset: page_offset, tab_name: 'Data_collections'} %>