show all related jobset/job links in navbar for the tail/-reload logs

This commit is contained in:
Rob Vermaas 2011-11-10 12:19:05 -05:00
parent 3eaa615281
commit fd9b32bef7
2 changed files with 8 additions and 0 deletions

View file

@ -1,6 +1,10 @@
[% WRAPPER layout.tt title=title %]
[% PROCESS common.tt %]
[% project = build.project %]
[% jobset = build.jobset %]
[% job = build.job %]
<h2>Last 50 lines of log</h2>
[% IF reload %]

View file

@ -1,6 +1,10 @@
[% WRAPPER layout.tt title=title %]
[% PROCESS common.tt %]
[% project = build.project %]
[% jobset = build.jobset %]
[% job = build.job %]
<h1>[% title %]</h1>
<div class="buildlog">