X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/556503e1f98b8e262fcc1227ac4afdc78a2c05ca..6ba419ef43b3e06b2bc48b0204146349ab64ab5b:/apps/workbench/app/views/projects/show.html.erb diff --git a/apps/workbench/app/views/projects/show.html.erb b/apps/workbench/app/views/projects/show.html.erb index 58d8f4e954..78966f05e0 100644 --- a/apps/workbench/app/views/projects/show.html.erb +++ b/apps/workbench/app/views/projects/show.html.erb @@ -1,14 +1,8 @@ -<% if @object.uuid != current_user.uuid # Not the "Home" project %> -<% content_for :content_top do %> - <%= render partial: 'name_and_description' %> -<% end %> -<% end %> - <% content_for :tab_line_buttons do %> <% if @object.editable? %>
- -
<%= link_to( - choose_pipeline_templates_path( - title: 'Choose a pipeline to run:', - action_name: 'Next: choose inputs ', - action_href: pipeline_instances_path, - action_method: 'post', - action_data: {'selection_param' => 'pipeline_instance[pipeline_template_uuid]', 'pipeline_instance[owner_uuid]' => @object.uuid, 'success' => 'redirect-to-created-object'}.to_json), - { class: "btn btn-primary btn-sm", remote: true, method: 'get', title: "Run a pipeline in this project" }) do %> + choose_pipeline_templates_path( + title: 'Choose a pipeline to run:', + action_name: 'Next: choose inputs ', + action_href: pipeline_instances_path, + action_method: 'post', + action_data: {'selection_param' => 'pipeline_instance[pipeline_template_uuid]', 'pipeline_instance[owner_uuid]' => @object.uuid, 'success' => 'redirect-to-created-object'}.to_json), + { class: "btn btn-primary btn-sm", remote: true, title: "Run a pipeline in this project" }) do %> Run a pipeline... <% end %> - <%= link_to projects_path({'project[owner_uuid]' => @object.uuid, 'options' => {'ensure_unique_name' => true}}), method: 'post', title: "Add a subproject to this project", class: 'btn btn-sm btn-primary' do %> + <%= link_to projects_path({'project[owner_uuid]' => @object.uuid, 'options' => {'ensure_unique_name' => true}}), method: :post, title: "Add a subproject to this project", class: 'btn btn-sm btn-primary' do %> Add a subproject <% end %>