forked from lix-project/hydra
Proper styling for flash message
This commit is contained in:
parent
634d8c092f
commit
ea4aba83c3
|
@ -6,7 +6,7 @@
|
|||
<p>[ <a href="[% c.uri_for('/status') %]">Running build steps</a> ]</p>
|
||||
|
||||
[% IF flashMsg %]
|
||||
<p class="error">[% flashMsg %]</p>
|
||||
<p class="btn-info btn-large">[% flashMsg %]</p>
|
||||
[% END %]
|
||||
|
||||
[% IF queue.size == 0 %]
|
||||
|
|
Loading…
Reference in a new issue