5492: add "Home project" link to my account menu.
[arvados.git] / apps / workbench / app / views / pipeline_instances / _running_component.html.erb
index 4359860c6e5529c487dd8b4a672e9058e31e1cef..018d49f5e4a10f5ed9ab81385d8a2416b0b3a0b1 100644 (file)
@@ -39,7 +39,7 @@
           <% if current_job[:state] == "Queued" %>
             <%# column offset 5 %>
             <div class="col-md-6">
-              <% queuetime = Time.now - Time.iso8601(current_job[:created_at]) %>
+              <% queuetime = Time.now - Time.parse(current_job[:created_at].to_s) %>
               Queued for <%= render_runtime(queuetime, true) %>.
               <% begin %>
                 <% if current_job[:queue_position] == 0 %>