Changeset - a78503ebf512
[Not reviewed]
default
0 1 0
Søren Løvborg - 10 years ago 2015-09-24 15:42:28
sorenl@unity3d.com
design: make top-right profile button into an actual link

If a user is logged in, make the avatar, username and notification count into a
link to "My Notifications".
1 file changed with 5 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/base/base.html
Show inline comments
 
@@ -360,7 +360,11 @@
 

	
 
    ## USER MENU
 
    <li>
 
      <a class="menu_link childs" id="quick_login_link">
 
      <a class="menu_link childs" id="quick_login_link"
 
        %if c.authuser.username != 'default':
 
          href="${h.url('notifications')}"
 
        %endif
 
      >
 
          <span class="icon">
 
            ${h.gravatar(c.authuser.email, size=20)}
 
          </span>
0 comments (0 inline, 0 general)