X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/aa35b924e64697ba41d07017f92ae1bd7bafceb1..29b8c0c6866f9df583984460e31d8dc4b97b44db:/apps/workbench/app/views/layouts/body.html.erb diff --git a/apps/workbench/app/views/layouts/body.html.erb b/apps/workbench/app/views/layouts/body.html.erb index c703bc7004..0f4c5fe403 100644 --- a/apps/workbench/app/views/layouts/body.html.erb +++ b/apps/workbench/app/views/layouts/body.html.erb @@ -18,40 +18,39 @@ <% if current_user %> - - -
  • - <%= link_to(url_for( - action: 'choose', - controller: 'search', - title: 'Search', - action_name: 'Show', - action_href: url_for(controller: :actions, action: :show), - action_method: 'get', - action_data: {selection_param: 'uuid', success: 'redirect-to-created-object'}.to_json), - { class: "", remote: true, method: 'get' }) do %> - Search - <% end %> -
  • - <% if current_user.is_active %> + <% if current_user.is_admin %>
  • Virtual machines
  • +
  • + SSH keys +
  • +
  • + API tokens +
  • Links
  • - <% if current_user.andand.is_admin %> -
  • - Users -
  • - <% end %> +
  • + Users +
  • Groups
  • @@ -129,6 +132,17 @@
  • <%= link_to raw(' Tutorials and User guide'), "#{Rails.configuration.arvados_docsite}/user", target: "_blank" %>
  • <%= link_to raw(' API Reference'), "#{Rails.configuration.arvados_docsite}/api", target: "_blank" %>
  • <%= link_to raw(' SDK Reference'), "#{Rails.configuration.arvados_docsite}/sdk", target: "_blank" %>
  • + +
  • <%= link_to report_issue_popup_path(popup_type: 'version', current_location: request.url, current_path: request.fullpath, action_method: 'post'), + {class: 'report-issue-modal-window', :remote => true, return_to: request.url} do %> + Show version / debugging info ... + <% end %> +
  • +
  • <%= link_to report_issue_popup_path(popup_type: 'report', current_location: request.url, current_path: request.fullpath, action_method: 'post'), + {class: 'report-issue-modal-window', :remote => true, return_to: request.url} do %> + Report a problem ... + <% end %> +
  • @@ -140,13 +154,10 @@ - <% project_breadcrumbs.each do |p| %> + <% if @name_link or @object %>
  • - <%= link_to(p.name, project_path(p.uuid), data: {object_uuid: p.uuid, name: 'name'}) %> + <%= link_to project_path(current_user.uuid) do %> + Home + <% end %>
  • + <% project_breadcrumbs.each do |p| %> + +
  • + <%= link_to(p.name, project_path(p.uuid), data: {object_uuid: p.uuid, name: 'name'}) %> +
  • + <% end %> <% end %> @@ -188,3 +209,4 @@ <%= yield :footer_html %> +