Doh
This commit is contained in:
parent
fc827a003a
commit
27b795f46e
17
src/root/dashboard-my-jobs-tab.tt
Normal file
17
src/root/dashboard-my-jobs-tab.tt
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
[% PROCESS common.tt %]
|
||||||
|
|
||||||
|
[% IF builds.size == 0 %]
|
||||||
|
|
||||||
|
<div class="alert alert-warning">You are not the maintainer of any
|
||||||
|
job. You can become a maintainer by setting the
|
||||||
|
<tt>meta.maintainer</tt> field of a job to <tt>[%
|
||||||
|
HTML.escape(user.emailaddress) %]</tt>.</div>
|
||||||
|
|
||||||
|
[% ELSE %]
|
||||||
|
|
||||||
|
<p>Below is the most recent build of every job of which you
|
||||||
|
(<tt>[% HTML.escape(user.emailaddress) %]</tt>) are a maintainer.</p>
|
||||||
|
|
||||||
|
[% INCLUDE renderBuildList %]
|
||||||
|
|
||||||
|
[% END %]
|
Loading…
Reference in a new issue