]> git.ipfire.org Git - people/jschlag/pbs.git/blame - src/templates/modules/build-headline.html
Use autotools
[people/jschlag/pbs.git] / src / templates / modules / build-headline.html
CommitLineData
f6e6ff79
MT
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
c21cb4ec 16 <h2>
f6e6ff79 17 {% if shorter %}
5aa556bf 18 {{ pkg.name }}
f6e6ff79 19 {% else %}
5aa556bf 20 {{ build.name }}
f6e6ff79 21 {% end %}
f6e6ff79 22
b7a41422 23 <br>
5aa556bf 24 <small>{{ pkg.summary }}</small>
c21cb4ec 25 </h2>
f6e6ff79 26</div>