Use .lead for first p tag

This commit is contained in:
James Brooks
2014-12-29 19:57:05 +00:00
parent 151631b355
commit a6abc48c2e

View File

@@ -16,7 +16,7 @@
@if ($incidents->count() === 0)
<div class="list-group-item">Woah! No incidents, your doing well!</div>
@else
<p>You have <strong>{{ $incidents->count() }}</strong> incidents.</p>
<p class='lead'>You have <strong>{{ $incidents->count() }}</strong> logged incidents.</p>
@endif
<div class="striped-list">