Merge branch '3605-node-info-field' refs #3605
[arvados.git] / apps / workbench / app / views / application / show.html.erb
index 490e7e4e12cd8fcc982cf2f60f50549d3fa4b8eb..0697fefec596d55aa79e40cc419013c513456efb 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.respond_to? :properties and !@object.properties.nil? %>
   <% if @object.properties[:page_content] %>