blob: 8cb87eecf5a65d3a1776ab157e84c99e01b3db43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
<ul class="children">
<li>
{{{status_html}}}
{{#build_date}}
<div><span class="build-time">at {{build_date}}</span></div>
{{/build_date}}
</li>
{{#dbd}}
<li>
<div>
<a href="{{dbd_page_uri}}" title="Show: formatted diffoscope results">
<img src="/static/diffoscope-logo.png" alt="diffoscope logo" /></a>
<a href="{{dbd_page_uri}}" title="Show: formatted diffoscope results">
differences</a>
{{#dbdtxt_uri}}
<a href="{{dbdtxt_uri}}" target="main">(txt)</a>
{{/dbdtxt_uri}}
</div>
</li>
{{/dbd}}
{{#has_buildloginfo}}
<li>
{{#buildinfo_uri}}
<div>
<a href="{{buildinfo_uri}}" title="Show: build info" target="main">buildinfo</a>
</div>
{{/buildinfo_uri}}
<div>
{{#rbuild_uri}}
<a href="{{rbuild_uri}}" title="Show: log of first build (+some other stuff)" target="main">rbuild ({{rbuild_size}})</a>
{{/rbuild_uri}}
{{#buildlogs}}
<a href="{{build2_uri}}" title="Show: log of second build" target="main">build2 ({{build2_size}})</a>
<a href="{{diff_uri}}" title="Show: diff between the first and second builds" target="main">diff</a>
{{/buildlogs}}
</div>
</li>
{{/has_buildloginfo}}
</ul>
|