X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ec34701537a4de8f7aff3b7f91b4402367ebb22a..c6378b0e7da030652334366c8459ff3853811529:/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 d9007df5e6..3f95be35de 100644 --- a/apps/workbench/app/views/layouts/body.html.erb +++ b/apps/workbench/app/views/layouts/body.html.erb @@ -18,39 +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 %> -
  • @@ -147,13 +158,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 %> @@ -195,3 +213,4 @@ <%= yield :footer_html %> +