summaryrefslogtreecommitdiffstats
path: root/bin/templates/package_suitearch_details.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'bin/templates/package_suitearch_details.mustache')
-rw-r--r--bin/templates/package_suitearch_details.mustache39
1 files changed, 0 insertions, 39 deletions
diff --git a/bin/templates/package_suitearch_details.mustache b/bin/templates/package_suitearch_details.mustache
deleted file mode 100644
index ac74be56..00000000
--- a/bin/templates/package_suitearch_details.mustache
+++ /dev/null
@@ -1,39 +0,0 @@
-<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_url}}" title="Show: formatted diffoscope results" target="main">
- <img src="/static/diffoscope-logo.png" alt="diffoscope logo" />
- differences
- </a>
- {{#dbdtxt_url}}
- <a href="{{dbdtxt_url}}" target="main">(txt)</a>
- {{/dbdtxt_url}}
- </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>