X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f180576ff3ec675e5ad27856a83773166ac6a5ca..c8f0f0c517af5462c68bcadd72e557e390f1ee19:/apps/workbench/app/views/projects/_show_dashboard.html.erb diff --git a/apps/workbench/app/views/projects/_show_dashboard.html.erb b/apps/workbench/app/views/projects/_show_dashboard.html.erb index 1fbe5057be..d8045428eb 100644 --- a/apps/workbench/app/views/projects/_show_dashboard.html.erb +++ b/apps/workbench/app/views/projects/_show_dashboard.html.erb @@ -3,8 +3,9 @@
Active pipelines + <% if current_user.is_active %> - <%= link_to( + <%= link_to( choose_pipeline_templates_path( title: 'Choose a pipeline to run:', action_name: 'Next: choose inputs ', @@ -12,9 +13,10 @@ action_method: 'post', action_data: {'selection_param' => 'pipeline_instance[pipeline_template_uuid]', 'pipeline_instance[owner_uuid]' => current_user.uuid, 'success' => 'redirect-to-created-object'}.to_json), { class: "btn btn-primary btn-xs", remote: true }) do %> - Run a pipeline... - <% end %> - + Run a pipeline... + <% end %> + + <% end %>
<% _running_pipelines = running_pipelines %>