X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ca435af8ada685bccd2a844b48582450c5c29f86..35336cd73e444534cb2eda20e3730464cc4e6553:/apps/workbench/app/views/layouts/application.html.erb diff --git a/apps/workbench/app/views/layouts/application.html.erb b/apps/workbench/app/views/layouts/application.html.erb index 15e54ce577..abef47136f 100644 --- a/apps/workbench/app/views/layouts/application.html.erb +++ b/apps/workbench/app/views/layouts/application.html.erb @@ -42,14 +42,6 @@ padding-top: 1.25em; } - /* Setting the height needs to be fixed with javascript. */ - .dropdown-menu { - padding-right: 20px; - max-height: 440px; - width: 400px; - overflow-y: auto; - } - @media (min-width: 768px) { .left-nav { position: fixed; @@ -93,7 +85,12 @@
  • -<%= link_to controller.breadcrumb_page_name, request.fullpath %> + <%= link_to controller.breadcrumb_page_name, request.fullpath %> +
  • +
  • + <%= form_tag do |f| %> + <%= render :partial => "selection_checkbox", :locals => {:object => @object} %> + <% end %>
  • <% end %> <% end %> @@ -118,18 +115,18 @@ --> - <% if current_user.is_active %> - <% [['Data', [['humans'], + <% [['Data', [['collections', 'Collections (data files)'], + ['humans'], ['traits'], ['specimens'], - ['collections', 'Files'], - ['links', 'Metadata']]], + ['links']]], + ['Activity', [['pipeline_instances', 'Recent pipeline instances'], + ['jobs', 'Recent jobs']]], ['Compute', [['pipeline_templates'], ['repositories', 'Code repositories'], ['virtual_machines']]], - ['Activity', [['pipeline_instances', 'Recent pipeline instances'], - ['jobs', 'Recent jobs']]], ['System', [['users'], ['groups'], ['nodes', 'Compute nodes'],