Group some menu items together under a "Status" menu

This commit is contained in:
Eelco Dolstra
2013-02-20 16:24:54 +01:00
parent c63812afa5
commit 656b1bd45a
2 changed files with 17 additions and 14 deletions

View File

@@ -1,8 +1,6 @@
[% WRAPPER layout.tt title="Queue" %]
[% PROCESS common.tt %]
<p><a class="btn" href="[% c.uri_for('/status') %]">Running build steps</a></p>
[% IF queue.size == 0 %]
<p>The queue is empty.</p>