From: Tom Clegg Date: Sun, 24 Aug 2014 20:24:11 +0000 (-0400) Subject: 3627: Add hover highlight to Home project on dashboard. X-Git-Tag: 1.1.0~2263^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/d95bc29acd07b2bb1a47d0de819ae2879cd91009 3627: Add hover highlight to Home project on dashboard. --- diff --git a/apps/workbench/app/views/projects/_index_projects.html.erb b/apps/workbench/app/views/projects/_index_projects.html.erb index 027dc29b8e..50d38fea82 100644 --- a/apps/workbench/app/views/projects/_index_projects.html.erb +++ b/apps/workbench/app/views/projects/_index_projects.html.erb @@ -2,10 +2,10 @@ <% tree.each do |projectnode| %> <% rowtype = projectnode[:object].class %> <% next if rowtype != Group and !show_root_node %> -
+
<% if show_root_node and rowtype == String %> - + <%= projectnode[:object] %> <% elsif show_root_node and rowtype == User %> <% if projectnode[:object].uuid == current_user.andand.uuid %>