X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c99ba4cdc8f6ff0be1847ffe4ec6f791f6b83396..409fe707a4d05f1986d7bb0c29ec977d19aa63f5:/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 ba9e9dfb9f..592e802fa1 100644 --- a/apps/workbench/app/views/collections/_show_source_summary.html.erb +++ b/apps/workbench/app/views/collections/_show_source_summary.html.erb @@ -7,10 +7,11 @@ <% 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) %> + <%= cname %> component of <%= link_to_if_arvados_object(pipeline, friendly_name: true) %> <% if c.andand[:job].andand[:finished_at] %> - finished at <%= c[:job][:finished_at] %> + finished at <%= render_localized_date(c[:job][:finished_at]) %> <% end %> +
<% end %> <% end %> <% end %>