X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f26cbf1c4d949d3e7c7b26ab27c5f4d48d8059ed..ef15d01d2cb3c988185edd2b891d2b227fb33f3b:/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 deleted file mode 120000 index 4316b101cd..0000000000 --- a/apps/workbench/app/views/pipeline_instances/show.html.erb +++ /dev/null @@ -1 +0,0 @@ -../application/show.html.erb \ No newline at end of file diff --git a/apps/workbench/app/views/pipeline_instances/show.html.erb b/apps/workbench/app/views/pipeline_instances/show.html.erb new file mode 100644 index 0000000000..e23e49c05b --- /dev/null +++ b/apps/workbench/app/views/pipeline_instances/show.html.erb @@ -0,0 +1,73 @@ +<% template = PipelineTemplate.find?(@object.pipeline_template_uuid) %> +<%= content_for :content_top do %> +
+
+ <%= render partial: 'name_and_description' %> +
+ <% if template %> +
+ This pipeline was created from the template <%= link_to_if_arvados_object template, friendly_name: true %>
+ <% if template.modified_at && (template.modified_at > @object.created_at) %> + Note: This template has been modified since this instance was created. + <% end %> +
+ <% end %> +
+<% end %> + +<% content_for :tab_line_buttons do %> + +
" + data-object-uuid="<%= @object.uuid %>" + > + <%= render partial: 'show_tab_buttons', locals: {object: @object}%> +
+ +<% end %> + +<%= render partial: 'content', layout: 'content_layout', locals: {pane_list: controller.show_pane_list }%> + +