Show the components humanStatus when listing them

This commit is contained in:
James Brooks
2014-12-30 13:58:36 +00:00
parent aa7d47b4b5
commit d8c4fb1594

View File

@@ -16,7 +16,7 @@
@forelse($components as $component)
<div class='row striped-list-item'>
<div class='col-md-8'>
<strong>{{ $component->name }}</strong>
<strong>{{ $component->name }}</strong> <small>{{ $component->humanStatus }}</small>
@if($component->description)
<p><small>{{ $component->description }}</small></p>
@endif