[ARVADOS] updated: a9170bf25717112dee4c42b095865fcbe5794e70
git at public.curoverse.com
git at public.curoverse.com
Mon Aug 18 11:39:54 EDT 2014
Summary of changes:
apps/workbench/app/views/layouts/body.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via a9170bf25717112dee4c42b095865fcbe5794e70 (commit)
from b9b45283eb987cb59419b8714f8a06d7f7b6b8c3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit a9170bf25717112dee4c42b095865fcbe5794e70
Author: radhika <radhika at curoverse.com>
Date: Mon Aug 18 11:36:55 2014 -0400
3112: add caret to email address dropdown in topnav.
diff --git a/apps/workbench/app/views/layouts/body.html.erb b/apps/workbench/app/views/layouts/body.html.erb
index 5444676..bedcf88 100644
--- a/apps/workbench/app/views/layouts/body.html.erb
+++ b/apps/workbench/app/views/layouts/body.html.erb
@@ -40,7 +40,7 @@
<li class="dropdown notification-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" id="notifications-menu">
<span class="badge badge-alert notification-count"><%= @notification_count %></span>
- <%= current_user.email %>▼
+ <%= current_user.email %> <span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li role="presentation" class="dropdown-header">
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list