changeset 4629:834d7bbfb18e

text_strikethrough.png: use new icon-strike font
author Sean Farley <sean.michael.farley@gmail.com>
date Tue, 15 Jul 2014 16:03:27 -0500
parents bf8cd958efa8
children 5839c1842bff
files kallithea/controllers/changeset.py kallithea/public/images/icons/text_strikethrough.png
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/controllers/changeset.py	Tue Jul 15 15:50:36 2014 -0500
+++ b/kallithea/controllers/changeset.py	Tue Jul 15 16:03:27 2014 -0500
@@ -109,8 +109,8 @@
         params[ctx_key] += [ctx_val]
 
     params['anchor'] = fileid
-    img = h.image(h.url('/images/icons/text_strikethrough.png'), lbl, class_='icon')
-    return h.link_to(img, h.url.current(**params), title=lbl, class_='tooltip')
+    icon = h.literal('<i class="icon-strike"></i>')
+    return h.link_to(icon, h.url.current(**params), title=lbl, class_='tooltip')
 
 
 def get_line_ctx(fid, GET):
Binary file kallithea/public/images/icons/text_strikethrough.png has changed