5011: Merge branch 'master' into 5011-arv-put-replication
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_tab_buttons.html.erb
index 01dcbeac22e06a3d057f1139168153a7f2996727..4ed27346b4e68b75106482adddd1104073fc5003 100644 (file)
@@ -1,4 +1,4 @@
-<% if current_user.is_active %>
+<% if current_user.andand.is_active %>
   <% 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"),