Parent: [ffd14b] (diff)

Child: [a68e42] (diff)

Download this file

barediff.html    11 lines (10 with data), 396 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
{% if a.has_image_view and b.has_image_view %}
<img src="{{a.url()}}?format=raw"
alt="{{h.text.truncate(a._commit._id, 10)}}"
title="{{h.text.truncate(a._commit._id, 10)}}"/>
<img src="{{b.url()}}?format=raw"
alt="{{h.text.truncate(b._commit._id, 10)}}"
title="{{h.text.truncate(b._commit._id, 10)}}"/>
{% else %}
{{g.highlight(diff, lexer='diff')}}
{% endif %}