X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6386f2aca83b477210bda19a3284ea31463d2efc..de67953481cbedc480822f97cdfe5eb6dffcf0d3:/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 7d9d30fe2e..e23e49c05b 100644 --- a/apps/workbench/app/views/pipeline_instances/show.html.erb +++ b/apps/workbench/app/views/pipeline_instances/show.html.erb @@ -1,27 +1,30 @@ <% template = PipelineTemplate.find?(@object.pipeline_template_uuid) %> <%= content_for :content_top do %> -

- <%= render_editable_attribute @object, 'name', nil %> -

- <% if template %> -
From template:
- <%= link_to_if_arvados_object template, friendly_name: true %>
- <%= template.description %> -
- <% end %> +
+
+ <%= 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}%> -
+ <%= render partial: 'show_tab_buttons', locals: {object: @object}%>
+ <% end %> <%= render partial: 'content', layout: 'content_layout', locals: {pane_list: controller.show_pane_list }%> @@ -59,9 +62,9 @@