Give every page a consistent title
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
[% WRAPPER layout.tt title="Job status" %]
|
||||
[% WRAPPER layout.tt title="Job status" _
|
||||
(job ? " of job $project.name:$jobset.name:$job.name" :
|
||||
jobset ? " of jobset $project.name:$jobset.name" :
|
||||
project ? " of project $project.name" : "") %]
|
||||
[% PROCESS common.tt %]
|
||||
|
||||
<div class="page-header"><h1>Job status[% IF project %] of <tt>[% project.name %][% IF jobset %]:[% jobset.name%][% END %][% IF job %]:[% job.name%][% END %]</tt>[% END %]</h1></div>
|
||||
|
||||
<p>Below are the latest builds for each job. It is ordered by the status
|
||||
change time (the timestamp of the last build that had a different
|
||||
build result status). That is, it shows the jobs that most recently
|
||||
|
Reference in New Issue
Block a user