X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f9a218aa75b9b88632d19d3c33c9c88c5fe39496..6d1c41d6fd83824669cd1a6d714ea6da1ae7ab4c:/apps/workbench/app/views/pipeline_instances/show.html.erb diff --git a/apps/workbench/app/views/pipeline_instances/show.html.erb b/apps/workbench/app/views/pipeline_instances/show.html.erb index 860e8091b2..e573bf52a2 100644 --- a/apps/workbench/app/views/pipeline_instances/show.html.erb +++ b/apps/workbench/app/views/pipeline_instances/show.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% template = PipelineTemplate.find?(@object.pipeline_template_uuid) %> <%= content_for :content_top do %>
@@ -19,7 +23,7 @@
" + data-pane-content-url="<%= url_for(params.permit!.merge(tab_pane: "tab_buttons")) %>" data-object-uuid="<%= @object.uuid %>" > <%= render partial: 'show_tab_buttons', locals: {object: @object}%> @@ -62,9 +66,9 @@