diff --git a/rhodecode/templates/changeset/diff_block.html b/rhodecode/templates/changeset/diff_block.html --- a/rhodecode/templates/changeset/diff_block.html +++ b/rhodecode/templates/changeset/diff_block.html @@ -5,7 +5,7 @@ ## <%def name="diff_block(change)">
- ↑ ${_('collapse diff')} ↑ + ↑ ${_('Collapse diff')} ↑
%for FID,(cs1, cs2, change, path, diff, stats) in change.iteritems(): @@ -19,15 +19,15 @@ revision=cs2,f_path=h.safe_unicode(path)))}
- - - + + + ${c.ignorews_url(request.GET, h.FID(cs2,path))} ${c.context_url(request.GET, h.FID(cs2,path))}
@@ -52,8 +52,8 @@
${h.safe_unicode(filenode_path)} | - ${c.org_ref_type}@${h.short_id(c.org_ref) if c.org_ref_type=='rev' else c.org_ref} -> - ${c.other_ref_type}@${h.short_id(c.other_ref) if c.other_ref_type=='rev' else c.other_ref} + ${c.org_ref_type}@${h.short_id(c.org_ref) if c.org_ref_type=='rev' else c.org_ref} -> + ${c.other_ref_type}@${h.short_id(c.other_ref) if c.other_ref_type=='rev' else c.other_ref}