X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9a2ad7a89ec86bb17d4c6a0767fdda087136b733..72e22b49ec2721d3a1369da768d3d74fa9c079c3:/apps/workbench/app/views/application/_projects_tree_menu.html.erb?ds=sidebyside 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 cf279656d7..a680c69ce3 100644 --- a/apps/workbench/app/views/application/_projects_tree_menu.html.erb +++ b/apps/workbench/app/views/application/_projects_tree_menu.html.erb @@ -1,15 +1,21 @@ <% starred_projects = my_starred_projects current_user%> <% if starred_projects.andand.any? %> - -<% (starred_projects).each do |pnode| %> +
  • - <%= project_link_to.call({object: pnode, depth: 0}) do%> - <%= pnode[:name] %> + <%= project_link_to.call({object: current_user, depth: 0}) do %> + Home <% end %>
  • -<% end %> + <% (starred_projects).each do |pnode| %> +
  • + <%= project_link_to.call({object: pnode, depth: 0}) do%> + <%= pnode[:name] %> + <% end %> +
  • + <% end %> + <% end %>