# HG changeset patch # User Sean Farley # Date 1414711738 25200 # Node ID de7520c2c1cf14b8466385b69a063b799ecf3fb4 # Parent 2d996411b292b65867b5b011a499f4144c9725d7 icon-docs: use icon-user for user public gists diff -r 2d996411b292 -r de7520c2c1cf kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html Thu Oct 30 16:28:05 2014 -0700 +++ b/kallithea/templates/base/base.html Thu Oct 30 16:28:58 2014 -0700 @@ -255,7 +255,7 @@
  • ${_('Create New Gist')}
  • ${_('All Public Gists')}
  • %if c.authuser.username != 'default': -
  • ${_('My Public Gists')}
  • +
  • ${_('My Public Gists')}
  • ${_('My Private Gists')}
  • %endif