X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7befcf18a5a8249ba73ec6c2009a8a82861b84bf..c4916927cdfad0fff3cc8b121405b2518dcabb26:/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 4949c8fa4a..a680c69ce3 100644 --- a/apps/workbench/app/views/application/_projects_tree_menu.html.erb +++ b/apps/workbench/app/views/application/_projects_tree_menu.html.erb @@ -3,6 +3,11 @@ +
  • + <%= project_link_to.call({object: current_user, depth: 0}) do %> + Home + <% end %> +
  • <% (starred_projects).each do |pnode| %>
  • <%= project_link_to.call({object: pnode, depth: 0}) do%> @@ -10,7 +15,7 @@ <% end %>
  • <% end %> - <% end %>