3687: Add comment about redundant lookup.
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_tab_buttons.html.erb
index 9c0f28e08e5f2d11dc3899ec83442bcde1351148..2e46581a3fda338a13874da8acd4f3d46424a36e 100644 (file)
@@ -1,4 +1,4 @@
-  <% if @object.state.in? ['Complete', 'Failed', 'Cancelled'] %>
+  <% if @object.state.in? ['Complete', 'Failed', 'Cancelled', 'Paused'] %>
 
   <%= link_to(copy_pipeline_instance_path('id' => @object.uuid, 'script' => "use_latest", "components" => "use_latest", "pipeline_instance[state]" => "RunningOnServer"),
       class: 'btn btn-primary',