Fix html formatting

This commit is contained in:
James Brooks
2014-12-13 13:53:19 +00:00
parent d66551c7a3
commit 101e7c3012

View File

@@ -11,7 +11,7 @@
@if ($incidents->count() === 0)
<p><strong>Woah! No incidents, your doing well!</strong></p>
@else
<p>You have <strong>{{ $incidents->count() }} incidents.</strong></p>
<p>You have <strong>{{ $incidents->count() }}</strong> incidents.</p>
@endif
<h3>Incident Templates</h3>