changeset 4580:0cb87808da03

icon-doc-text-inv: use icon-keyhole-circled for user private gists
author Sean Farley <sean.michael.farley@gmail.com>
date Thu, 30 Oct 2014 16:29:26 -0700
parents 93ca0376f30a
children 685578be4116
files kallithea/templates/base/base.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/base/base.html	Sun Jul 20 14:40:04 2014 -0500
+++ b/kallithea/templates/base/base.html	Thu Oct 30 16:29:26 2014 -0700
@@ -256,7 +256,7 @@
             <li><a href="${h.url('gists')}"><i class="icon-copy"></i> ${_('All Public Gists')}</a></li>
             %if c.authuser.username != 'default':
               <li><a href="${h.url('gists', public=1)}"><i class="icon-copy"></i> ${_('My Public Gists')}</a></li>
-              <li><a href="${h.url('gists', private=1)}"><i class="icon-file-text"></i> ${_('My Private Gists')}</a></li>
+              <li><a href="${h.url('gists', private=1)}"><i class="icon-keyhole-circled"></i> ${_('My Private Gists')}</a></li>
             %endif
           </ul>
       </li>