X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d6d7788c4e6b1d3da88833329b326fd7a3891503..9ec9d36e9f236613fc67256ebdb75b3d1e2bec35:/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 %>