]> git.ipfire.org Git - people/jschlag/pbs.git/blob - src/templates/modules/build-headline.html
Merge branch 'master' of git://git.ipfire.org/pbs
[people/jschlag/pbs.git] / src / templates / modules / build-headline.html
1 <div class="page-header">
2 <div class="pull-right">
3 {% if pkg.critical_path %}
4 <span class="label label-important pull-right">{{ _("Critical path") }}</span>
5 {% end %}
6
7 {% if not short %}
8 {% if build.type == "release" %}
9 <span class="label label-success">{{ _("Release build") }}</span>
10 {% elif build.type == "scratch" %}
11 <span class="label label-important">{{ _("Scratch build") }}</span>
12 {% end %}
13 {% end %}
14 </div>
15
16 <h2>
17 {% if shorter %}
18 {{ pkg.name }}
19 {% else %}
20 {{ build.name }}
21 {% end %}
22
23 <br>
24 <small>{{ pkg.summary }}</small>
25 </h2>
26 </div>