Merge branch 'master' into 3699-arv-copy
[arvados.git] / apps / workbench / app / views / collections / _show_source_summary.html.erb
index c1336b76d3b030c91d0d8a8ff7a471f87b312ca7..ba9e9dfb9fe628b4faf8dc318c19b6f7ab78b49b 100644 (file)
@@ -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 %>
-          <b><%= cname %></b> component of pipeline <b><%= link_to_if_arvados_object(pipeline, friendly_name: true) %></b> finished at <%= c[:job][:finished_at] %>
+          <b><%= cname %></b> component of pipeline <b><%= link_to_if_arvados_object(pipeline, friendly_name: true) %></b>
+          <% if c.andand[:job].andand[:finished_at] %>
+            <b>finished at <%= c[:job][:finished_at] %></b>
+          <% end %>
         <% end %>
       <% end %>
     <% end %>