X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7a54fd6a073e03f98f68d0b6c816a9f394f625dd..3981c82b166c2b1475d703820fddf41303a04c39:/apps/workbench/app/views/application/_projects_tree_menu.html.erb diff --git a/apps/workbench/app/views/application/_projects_tree_menu.html.erb b/apps/workbench/app/views/application/_projects_tree_menu.html.erb index ee96d2797a..600c6ab96f 100644 --- a/apps/workbench/app/views/application/_projects_tree_menu.html.erb +++ b/apps/workbench/app/views/application/_projects_tree_menu.html.erb @@ -1,12 +1,13 @@ -
  • + <%= project_link_to.call({object: current_user, depth: 0}) do %> + Home + <% end %>
  • <% my_project_tree.each do |pnode| %> <% next if pnode[:object].class != Group %>
  • <%= project_link_to.call pnode do %> - <%= pnode[:object].name %> + <%= pnode[:object].name %> <% end %>
  • <% end %>