This commit is contained in:
James Brooks
2019-07-11 13:14:16 +01:00
parent a1156319e8
commit 9f98683aff
5 changed files with 7 additions and 7 deletions
@@ -23,7 +23,7 @@
@if($components->count() > 1)
<span class="drag-handle"><i class="ion ion-drag"></i></span>
@endif
{{ $component->name }} <small>{{ $component->human_status }}</small>
{!! $component->name !!} <small>{{ $component->human_status }}</small>
</h4>
@if($component->group)
<p><small>{{ trans('dashboard.components.listed_group', ['name' => $component->group->name]) }}</small></p>