forked from lix-project/hydra
13 lines
207 B
Text
13 lines
207 B
Text
|
[% PROCESS common.tt %]
|
||
|
|
||
|
[% IF builds.size == 0 %]
|
||
|
|
||
|
<div class="alert alert-warning">You are not the owner of any
|
||
|
jobset.</div>
|
||
|
|
||
|
[% ELSE %]
|
||
|
|
||
|
[% INCLUDE renderJobsetOverview showProject=1 %]
|
||
|
|
||
|
[% END %]
|