changeset 4630:5839c1842bff

table_add.png: use new icon-sort font
author Sean Farley <sean.michael.farley@gmail.com>
date Tue, 15 Jul 2014 16:05:14 -0500
parents 834d7bbfb18e
children e01ee7ddbd10
files kallithea/controllers/changeset.py kallithea/public/images/icons/table_add.png
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/controllers/changeset.py	Tue Jul 15 16:03:27 2014 -0500
+++ b/kallithea/controllers/changeset.py	Tue Jul 15 16:05:14 2014 -0500
@@ -169,8 +169,8 @@
     lbl = _('increase diff context to %(num)s lines') % {'num': ln_ctx}
 
     params['anchor'] = fileid
-    img = h.image(h.url('/images/icons/table_add.png'), lbl, class_='icon')
-    return h.link_to(img, h.url.current(**params), title=lbl, class_='tooltip')
+    icon = h.literal('<i class="icon-sort"></i>')
+    return h.link_to(icon, h.url.current(**params), title=lbl, class_='tooltip')
 
 
 class ChangesetController(BaseRepoController):
Binary file kallithea/public/images/icons/table_add.png has changed