Child: [5042b6] (diff)

Download this file

barediff.html    15 lines (14 with data), 459 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
{% if a.has_image_view and b.has_image_view %}
<div class="grid-19">
<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)}}"/>
</div>
{% else %}
<div class="clip grid-19">
{{g.highlight(diff, lexer='diff')}}
</div>
{% endif %}