X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/821055e78b774a01e00ba1f53335b1aeff35ac54..5022c4068227e4d354389169a9abd726206aff7d:/apps/workbench/app/views/application/show.html.erb diff --git a/apps/workbench/app/views/application/show.html.erb b/apps/workbench/app/views/application/show.html.erb index 90790856ae..15b2f12636 100644 --- a/apps/workbench/app/views/application/show.html.erb +++ b/apps/workbench/app/views/application/show.html.erb @@ -1 +1,6 @@ -<%= render :partial => 'application/arvados_object' %> +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + +<%= render partial: 'title_and_buttons' %> +<%= render partial: 'content', layout: 'content_layout', locals: {pane_list: controller.show_pane_list }%>