diff rhodecode/templates/base/base.html @ 3297:a66198aa9e84 beta

make unread also a link, constantly was clicking that - make the links and hover same as other links in that menu
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 01 Feb 2013 01:16:45 +0100
parents e4025b361fcf
children d561eb3787f5
line wrap: on
line diff
--- a/rhodecode/templates/base/base.html	Fri Feb 01 01:02:58 2013 +0100
+++ b/rhodecode/templates/base/base.html	Fri Feb 01 01:16:45 2013 +0100
@@ -122,7 +122,7 @@
                 <div class="email">${c.rhodecode_user.email}</div>
                 <div class="big_gravatar"><img alt="gravatar" src="${h.gravatar_url(c.rhodecode_user.email,48)}" /></div>
                 <div class="notifications"><a href="${h.url('notifications')}">${_('Notifications')}</a></div>
-                <div class="unread">${_('Unread')}: ${c.unread_notifications}</div>
+                <div class="unread"><a href="${h.url('notifications')}">${_('Unread')}: ${c.unread_notifications}</a></div>
             </div>
             <div class="links_right">
             <ol class="links">