X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/caf3ebfb538efbfc0b2e3b360186d68bdb78b744..415cb3b63e8cfafd4c6b92a8971a0cff74097337:/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 070a2a1cd7..e52d826cf6 100644 --- a/apps/workbench/app/views/projects/show.html.erb +++ b/apps/workbench/app/views/projects/show.html.erb @@ -1,7 +1,12 @@ -<% if @object.uuid != current_user.uuid # Not the "Home" project %> <% content_for :content_top do %> - <%= render partial: 'name_and_description' %> -<% end %> +

+ <% if @object.uuid == current_user.andand.uuid %> + Home + <% else %> + <%= render partial: "show_star" %> + <%= render_editable_attribute @object, 'name', nil, { 'data-emptytext' => "New project" } %> + <% end %> +

<% end %> <% content_for :tab_line_buttons do %> @@ -18,14 +23,13 @@ action_href: actions_path(id: @object.uuid), action_method: 'post', action_data: {selection_param: 'selection[]', copy_selections_into_project: @object.uuid, success: 'page-refresh'}.to_json), - { remote: true, title: "Copy a collection from another project into this one", data: {'event-after-select' => 'page-refresh', 'toggle' => 'dropdown'} }) do %> - Copy data from a different project + { remote: true, data: {'event-after-select' => 'page-refresh', 'toggle' => 'dropdown'} }) do %> + Copy data from another project <% end %>
  • <%= link_to(collections_path(options: {ensure_unique_name: true}, collection: {manifest_text: "", name: "New collection", owner_uuid: @object.uuid}, redirect_to_anchor: 'Upload'), { method: 'post', - title: "Upload files into a new collection", data: {toggle: 'dropdown'}}) do %> Upload files from my computer <% end %> @@ -33,13 +37,13 @@ <%= link_to( - choose_pipeline_templates_path( - title: 'Choose a pipeline to run:', + choose_work_unit_templates_path( + title: 'Choose a pipeline or workflow to run:', action_name: 'Next: choose inputs ', - action_href: pipeline_instances_path, + action_href: work_units_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 %> + action_data: {'selection_param' => 'work_unit[template_uuid]', 'work_unit[owner_uuid]' => @object.uuid, 'success' => 'redirect-to-created-object'}.to_json), + { class: "btn btn-primary btn-sm", remote: true, title: "Run a pipeline or workflow 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 %>