# HG changeset patch # User Søren Løvborg # Date 2015-09-24 15:42:28 # Node ID a78503ebf512199aa1b6ad8aaad1340c7d6aae0e # Parent 75d89f00a4b53ed775ec9c848ea8da3cd2f7d02b 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". diff --git a/kallithea/templates/base/base.html b/kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html +++ b/kallithea/templates/base/base.html @@ -360,7 +360,11 @@ ## USER MENU
  • - + ${h.gravatar(c.authuser.email, size=20)}