Formatting

This commit is contained in:
James Brooks
2016-10-08 17:45:40 +01:00
parent e12c94827d
commit a5d3a71063
4 changed files with 54 additions and 56 deletions

View File

@@ -23,9 +23,7 @@
@if($ungrouped_components->count() > 0)
<ul class="list-group components">
<li class="list-group-item group-name">
<strong>{{ trans('cachet.components.group.other') }}</strong>
</li>
<li class="list-group-item group-name"><strong>{{ trans('cachet.components.group.other') }}</strong></li>
@foreach($ungrouped_components as $component)
@include('partials.component', compact($component))
@endforeach