X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/222ce2930a9ab719e2f6f8d0c9268535f7b50abf..b2d825bd6059d843b1ae1917ff22e4de3cfc4f5a:/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 2b07352616..881d77102c 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 %>
@@ -18,14 +22,11 @@ <% content_for :tab_line_buttons do %>
" data-object-uuid="<%= @object.uuid %>" > -
- <%= render partial: 'show_tab_buttons', locals: {object: @object}%> -
+ <%= render partial: 'show_tab_buttons', locals: {object: @object}%>
<% end %> @@ -65,9 +66,9 @@