Better styling when nothing to report is shown

This commit is contained in:
James Brooks
2014-12-29 21:50:33 +00:00
parent 9cf7b141f8
commit 7dfb3157bb
6 changed files with 115 additions and 95 deletions
+5 -1
View File
@@ -33,7 +33,11 @@
</div>
</div>
@empty
<p>{{ Lang::get('cachet.incident.none') }}</p>
<div class='panel panel-message'>
<div class='panel-body'>
<p>{{ Lang::get('cachet.incident.none') }}</p>
</div>
</div>
@endforelse
</div>
</div>