Merge branch 'master' into 3187-pipeline-instance-page
[arvados.git] / apps / workbench / app / views / application / show.html.erb
index ac7433575e4f68d8935fb1ffeeb31d91aebf1c2a..e0e1b8f63d89c9760469f8caf0256557f84baa27 100644 (file)
@@ -5,6 +5,9 @@
 <% end %>
 
 <% content_for :content_top do %>
+  <% if !['Group','User', 'Collection'].include? @object.class.to_s # projects and collections handle it themselves %>
+    <%= render partial: 'name_and_description' %>
+  <% end %>
 
 <% if @object.class.goes_in_projects? && @object.uuid != current_user.uuid # Not the "Home" project %>
   <% content_for :tab_line_buttons do %>