Don't bold the lead text

This commit is contained in:
James Brooks
2014-12-20 20:23:12 +00:00
parent 896e12bdef
commit ae540f93dd

View File

@@ -9,9 +9,9 @@
<h3>Incidents</h3>
@if ($incidents->count() === 0)
<p><strong>Woah! No incidents, your doing well!</strong></p>
<p class='lead'>Woah! No incidents, your doing well!</p>
@else
<p>You have <strong>{{ $incidents->count() }}</strong> incidents.</p>
<p class='lead'>You have <strong>{{ $incidents->count() }}</strong> incidents.</p>
@endif
</div>
</div>