The message div will only show up when there is a message to display.

This commit is contained in:
Bridger Maxwell
2012-07-24 13:52:13 -04:00
committed by Kyle Fiedler
parent b402cde650
commit a2271d4e48

View File

@@ -34,9 +34,11 @@
<section class="container dashboard">
<section class="dashboard-banner">
${message}
</section>
%if message:
<section class="dashboard-banner">
${message}
</section>
%endif
<section class="profile-sidebar">
<header class="profile">