Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / views / application / show.html.erb
index e8a15f386c479f43ee94fa48e4e5548853517ab9..15b2f12636443a3f8159c68b14fd9b72553ae668 100644 (file)
@@ -1,25 +1,6 @@
-<% if @object.respond_to? :properties %>
+<%# Copyright (C) The Arvados Authors. All rights reserved.
 
-<% content_for :page_title do %>
-<%= @object.properties[:page_title] || @object.friendly_link_name %>
-<% end %>
+SPDX-License-Identifier: AGPL-3.0 %>
 
-<% if @object.properties[:page_content] %>
-<% content_for :page_content do %>
-<h1>
-<%= render_content_from_database(@object.properties[:page_title] || @object.uuid) %>
-</h1>
-
-<% if @object.properties[:page_subtitle] %>
-<h4>
-<%= render_content_from_database @object.properties[:page_subtitle] %>
-</h4>
-<% end %>
-
-<%= render_content_from_database @object.properties[:page_content] %>
-<% end %>
-<% end %>
-<% end %>
-
-
-<%= render :partial => 'application/arvados_object' %>
+<%= render partial: 'title_and_buttons' %>
+<%= render partial: 'content', layout: 'content_layout', locals: {pane_list: controller.show_pane_list }%>