Fixing indentation problems...
This commit is contained in:
@@ -1,18 +1,17 @@
|
||||
<li class="list-group-item {{ $component->group_id ? "sub-component" : "component" }}">
|
||||
<div class="checkbox">
|
||||
<label for="component-{{ $component->id }}">
|
||||
<input type="checkbox"
|
||||
id="component-{{ $component->id }}"
|
||||
name="subscriptions[]"
|
||||
value="{{ $component->id }}"
|
||||
@if (in_array($component->id, $subscriptions) || $subscriber->global)
|
||||
checked="checked"
|
||||
@endif>
|
||||
{{ $component->name }}
|
||||
</label>
|
||||
</div>
|
||||
@if($component->description)
|
||||
<div class="checkbox">
|
||||
<label for="component-{{ $component->id }}">
|
||||
<input type="checkbox"
|
||||
id="component-{{ $component->id }}"
|
||||
name="subscriptions[]"
|
||||
value="{{ $component->id }}"
|
||||
@if (in_array($component->id, $subscriptions) || $subscriber->global)
|
||||
checked="checked"
|
||||
@endif />
|
||||
{{ $component->name }}
|
||||
</label>
|
||||
</div>
|
||||
@if($component->description)
|
||||
<i class="ion ion-ios-help-outline help-icon" data-toggle="tooltip" data-title="{{ $component->description }}" data-container="body"></i>
|
||||
@endif
|
||||
|
||||
@endif
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user