diff rhodecode/templates/admin/gists/index.html @ 3847:bec04f371579 beta

Gist: added shortcut for my public gists
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 12 May 2013 14:14:59 +0200
parents dc4644865e8b
children 24e479e21334
line wrap: on
line diff
--- a/rhodecode/templates/admin/gists/index.html	Sun May 12 00:41:38 2013 +0200
+++ b/rhodecode/templates/admin/gists/index.html	Sun May 12 14:14:59 2013 +0200
@@ -8,6 +8,8 @@
 <%def name="breadcrumbs_links()">
     %if c.show_private:
         ${_('Private Gists for user %s') % c.rhodecode_user.username}
+    %elif c.show_public:
+        ${_('Public Gists for user %s') % c.rhodecode_user.username}
     %else:
         ${_('Public Gists')}
     %endif