summaryrefslogtreecommitdiffstats
path: root/bin/templates/pkgset_details.mustache
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2016-07-19 18:29:01 -0400
committerHolger Levsen <holger@layer-acht.org>2016-07-24 11:46:03 -0400
commitd5182ed952f11ff7452f9d3c420a5d42595e197a (patch)
tree63cfb440e080f9ae52b52bfc9a6a63092aaa70b8 /bin/templates/pkgset_details.mustache
parentd93ae1f0c54527fdf5f1fc26ac582e51b6dff965 (diff)
downloadjenkins.debian.net-d5182ed952f11ff7452f9d3c420a5d42595e197a.tar.xz
reproducible debian: add collapsible sections to pkgset navigation
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/templates/pkgset_details.mustache')
-rw-r--r--bin/templates/pkgset_details.mustache21
1 files changed, 12 insertions, 9 deletions
diff --git a/bin/templates/pkgset_details.mustache b/bin/templates/pkgset_details.mustache
index e767118b..d29576a2 100644
--- a/bin/templates/pkgset_details.mustache
+++ b/bin/templates/pkgset_details.mustache
@@ -1,17 +1,20 @@
<p>
{{#png}}
- <a href="{{png}}"><img src="{{png}}" class="overview" alt="package set {{pkgset_name}} in {{suite}}/{{arch}}"></a>"
-{{/png}}
-
+ <a href="{{png}}">
+ <img src="{{png}}" class="overview"
+ title="Package set {{pkgset_name}} in {{suite}}/{{arch}}. (To switch suite and arch, see top left.)"
+ alt="package set {{pkgset_name}} in {{suite}}/{{arch}}">
+ </a>"
+ {{/png}}
<br />
- The package set '{{pkgset_name}}' in {{suite}}/{{arch}} consists of:
- (see this package set on {{#other_archs}}<a href="{{link}}" title="See this packageset in unstable/{{arch}}">{{arch}}</a>
-{{/other_archs}})
-
+ The package set <span class="highlight">{{pkgset_name}}</span> in
+ <span class="highlight">{{suite}}/{{arch}}</span> consists of:
<br />
{{#status_details}}
- {{{icon_html}}} {{status_count}} ({{status_percent}}%) packages {{description}}: {{{package_list_html}}}
+ {{{icon_html}}} {{status_count}} ({{status_percent}}%) packages
+ {{description}}:
+ {{{package_list_html}}}
<br />
{{/status_details}}
{{{pkg_symbol_legend_html}}}
-</op>
+</p>