* Move everything up one directory.
This commit is contained in:
10
src/root/jobstatus.tt
Normal file
10
src/root/jobstatus.tt
Normal file
@ -0,0 +1,10 @@
|
||||
[% WRAPPER layout.tt title="Job Status" %]
|
||||
[% PROCESS common.tt %]
|
||||
|
||||
<h1>Job Status[% IF curProject %] of Project <tt>[% curProject.name %]</tt>[% END %]</h1>
|
||||
|
||||
<p>Below are the latest builds for each job.</p>
|
||||
|
||||
[% PROCESS renderBuildList builds=latestBuilds %]
|
||||
|
||||
[% END %]
|
Reference in New Issue
Block a user