X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ae7e9e24a464aea23e60b914a527390bff579a7a..ef3a7bc786d108f597edfa3f63a1d06752002fd6:/apps/workbench/app/views/projects/_index_projects.html.erb diff --git a/apps/workbench/app/views/projects/_index_projects.html.erb b/apps/workbench/app/views/projects/_index_projects.html.erb index b05a87dd49..027dc29b8e 100644 --- a/apps/workbench/app/views/projects/_index_projects.html.erb +++ b/apps/workbench/app/views/projects/_index_projects.html.erb @@ -9,8 +9,10 @@ <%= projectnode[:object] %> <% elsif show_root_node and rowtype == User %> <% if projectnode[:object].uuid == current_user.andand.uuid %> - - My Projects + + <%= link_to project_path(id: projectnode[:object].uuid) do %> + Home + <% end %> <% else %> <%= projectnode[:object].friendly_link_name %> @@ -22,7 +24,7 @@ <% end %> <% end %> - <% if not projectnode[:object].description.blank? %> + <% if projectnode[:object].respond_to?(:description) and not projectnode[:object].description.blank? %>
<%= projectnode[:object].description %>
<% end %>