Formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user