Fix indentation

Also move flashing into layout.tt.
This commit is contained in:
Eelco Dolstra
2013-02-20 16:14:30 +01:00
parent ea9862fdc1
commit c63812afa5
5 changed files with 62 additions and 87 deletions

View File

@@ -3,10 +3,6 @@
<p><a class="btn" href="[% c.uri_for('/status') %]">Running build steps</a></p>
[% IF flashMsg %]
<p class="btn-info btn-large">[% flashMsg %]</p>
[% END %]
[% IF queue.size == 0 %]
<p>The queue is empty.</p>