Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / application / show.html.erb
index 0697fefec596d55aa79e40cc419013c513456efb..15b2f12636443a3f8159c68b14fd9b72553ae668 100644 (file)
@@ -1,32 +1,6 @@
-<% content_for :page_title do %>
-  <%= (@object.respond_to?(:properties) and !@object.properties.nil? ? @object.properties[:page_title] : nil) ||
-      @name_link.andand.name ||
-      @object.friendly_link_name %>
-<% end %>
+<%# Copyright (C) The Arvados Authors. All rights reserved.
 
-<% 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] %>
-    <% content_for :page_content do %>
-      <h1>
-        <%= render_markup(@object.properties[:page_title] || @object.uuid) %>
-      </h1>
-
-      <% if @object.properties[:page_subtitle] %>
-        <h4>
-          <%= render_markup @object.properties[:page_subtitle] %>
-        </h4>
-      <% end %>
-
-      <%= render_markup @object.properties[:page_content] %>
-    <% end %>
-  <% end %>
-<% end %>
-
-<% end %>
+SPDX-License-Identifier: AGPL-3.0 %>
 
+<%= render partial: 'title_and_buttons' %>
 <%= render partial: 'content', layout: 'content_layout', locals: {pane_list: controller.show_pane_list }%>