Show the incident status icon

This commit is contained in:
James Brooks 2014-12-30 14:00:04 +00:00
parent d8c4fb1594
commit 3e76c40895

View File

@ -23,7 +23,7 @@
@foreach($incidents as $incident)
<div class="row striped-list-item">
<div class="col-md-6">
<strong>{{ $incident->name }}</strong>
<i class='{{ $incident->icon }}'></i> <strong>{{ $incident->name }}</strong>
@if($incident->message)
<p><small>{{ Str::words($incident->message, 5) }}</small></p>
@endif