Changeset - 834d7bbfb18e
[Not reviewed]
default
1 1 0
Sean Farley - 11 years ago 2014-07-15 23:03:27
sean.michael.farley@gmail.com
text_strikethrough.png: use new icon-strike font
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/controllers/changeset.py
Show inline comments
 
@@ -109,8 +109,8 @@ def _ignorews_url(GET, fileid=None):
 
        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):
kallithea/public/images/icons/text_strikethrough.png
Show inline comments
 
deleted file
 
binary diff not shown
Show images
0 comments (0 inline, 0 general)