2760: Replace dashboard tables with news feed. More ability to link via names rather...
[arvados.git] / apps / workbench / app / views / application / _content.html.erb
index 8a0624b7afc9a7523a716599964e6fbde8a8b8db..abb720c5356d14e5fd25339dfe91933b8c657e82 100644 (file)
@@ -1,3 +1,12 @@
+<% if @object %>
+  <% content_for :content_top do %>
+    <h3>
+      <%= render_editable_attribute @name_link, 'name', nil, { 'data-emptytext' => "Unnamed #{@object.andand.class_for_display}" } %>
+    </h3>
+    <%= render partial: 'tags_for_object', locals: {object: @object} %>
+  <% end %>
+<% end %>
+
 <% content_for :tab_panes do %>
 
 <% comparable = controller.respond_to? :compare %>