Merge branch 'master' into 3859-api-job-lock-method
[arvados.git] / apps / workbench / app / views / users / _tables.html.erb
index ebb52019a9f57d3912c7cc4c9b2383eec689d9b6..acde5ce8fdd88ee376abfdb294ec1fb225390951 100644 (file)
@@ -59,7 +59,7 @@
 
             <td>
               <small>
-                <% if j.success and j.output %>
+                <% if j.state == "Complete" and j.output %>
                   <a href="<%= collection_path(j.output) %>">
                     <% collections = collections_for_object(j.output) %>
                       <% if collections && !collections.empty? %>