2875: collection description is now textile and also the display is updated.
[arvados.git] / apps / workbench / app / views / application / show.html.erb
index d4b17856cba514611f6c74b6a4e65369d2d396b8..0697fefec596d55aa79e40cc419013c513456efb 100644 (file)
@@ -5,7 +5,7 @@
 <% end %>
 
 <% content_for :content_top do %>
-  <% if !['Group','User'].include? @object.class.to_s # not a project %>
+  <% if !['Group','User', 'Collection'].include? @object.class.to_s # projects and collections handle it themselves %>
     <%= render partial: 'name_and_description' %>
   <% end %>