X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d199bf8a0732563a65f19538c6fa66b00f820f66..12d990a6590e5f23a5998d29a2d8efdb0f733688:/apps/workbench/app/views/collections/_show_source_summary.html.erb diff --git a/apps/workbench/app/views/collections/_show_source_summary.html.erb b/apps/workbench/app/views/collections/_show_source_summary.html.erb index c1336b76d3..ba9e9dfb9f 100644 --- a/apps/workbench/app/views/collections/_show_source_summary.html.erb +++ b/apps/workbench/app/views/collections/_show_source_summary.html.erb @@ -7,7 +7,10 @@ <% pipelines = PipelineInstance.filter([["components", "like", "%#{@object.uuid}%"]]).each do |pipeline| %> <% pipeline.components.each do |cname, c| %> <% if c[:output_uuid] == @object.uuid %> - <%= cname %> component of pipeline <%= link_to_if_arvados_object(pipeline, friendly_name: true) %> finished at <%= c[:job][:finished_at] %> + <%= cname %> component of pipeline <%= link_to_if_arvados_object(pipeline, friendly_name: true) %> + <% if c.andand[:job].andand[:finished_at] %> + finished at <%= c[:job][:finished_at] %> + <% end %> <% end %> <% end %> <% end %>