X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e1526dc915e10012352fdd260f9267d10fbf3542..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 072eaf5535..0f4c5fe403 100644 --- a/apps/workbench/app/views/layouts/body.html.erb +++ b/apps/workbench/app/views/layouts/body.html.erb @@ -18,26 +18,39 @@ <% if current_user %> - - <% 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
  • @@ -115,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 %> +
  • @@ -124,10 +152,24 @@ <% if current_user.andand.is_active %> @@ -156,3 +209,4 @@ <%= yield :footer_html %> +