From: radhika Date: Thu, 17 Jul 2014 11:31:31 +0000 (-0400) Subject: 3140: this file is not longer used. instead, other files are introduced to replace it. X-Git-Tag: 1.1.0~2420^2~4 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/5722da5b7a5735873b439c0eff2bc4cf2c959002?hp=00a92f1bc74b503af5c6f17a3b69992e750fce8f 3140: this file is not longer used. instead, other files are introduced to replace it. --- diff --git a/apps/workbench/app/views/projects/_show_contents.html.erb b/apps/workbench/app/views/projects/_show_contents.html.erb deleted file mode 100644 index 0c8fab208e..0000000000 --- a/apps/workbench/app/views/projects/_show_contents.html.erb +++ /dev/null @@ -1,123 +0,0 @@ -<% content_for :content_top do %> - -

- <%= render_editable_attribute @object, 'name', nil, { 'data-emptytext' => "New project" } %> -

- -
- <%= render_editable_attribute @object, 'description', nil, { 'data-emptytext' => "(No description provided)", 'data-toggle' => 'manual' } %> -
- -<% end %> - -<% content_for :tab_line_buttons do %> - <% if @object.editable? %> - <%= link_to( - choose_collections_path( - title: 'Add data to project:', - multiple: true, - action_name: 'Add', - 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), - { class: "btn btn-primary btn-sm", remote: true, method: 'get', data: {'event-after-select' => 'page-refresh'} }) do %> - Add data... - <% end %> - <%= 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' }) do %> - Run a pipeline... - <% end %> - <%= link_to projects_path('project[owner_uuid]' => @object.uuid), method: 'post', class: 'btn btn-sm btn-primary' do %> - - Add a subproject - <% end %> - <%= link_to( - choose_projects_path( - title: 'Move this project to...', - editable: true, - my_root_selectable: true, - action_name: 'Move', - action_href: project_path(@object.uuid), - action_method: 'put', - action_data: {selection_param: 'project[owner_uuid]', success: 'page-refresh'}.to_json), - { class: "btn btn-sm btn-primary arv-move-to-project", remote: true, method: 'get' }) do %> - Move project... - <% end %> - <%= link_to(project_path(id: @object.uuid), method: 'delete', class: 'btn btn-sm btn-primary', data: {confirm: "Really delete project '#{@object.name}'?"}) do %> - Delete project - <% end %> - <% end %> -<% end %> - -
-
-
-
- - - -
-
-
-
- Show: - -
-
-
- -
-
- - - - - - - - <%= render partial: 'show_contents_rows', locals: {project: @object, objects_and_names: @objects_and_names} %> - - - - - - - -
- - description -
- -