wrong class
This commit is contained in:
		| @@ -132,7 +132,7 @@ | ||||
| 			<div id="nav-{{$notification.type}}-sub" class="collapse notification-content"> | ||||
| 				{{if $notification.viewall}} | ||||
| 				<a class="list-group-item text-dark" id="nav-{{$notification.type}}-see-all" href="{{$notification.viewall.url}}"> | ||||
| 					<i class="fa fa-fw fa-external-link-alt"></i> {{$notification.viewall.label}} | ||||
| 					<i class="fa fa-fw fa-external-link"></i> {{$notification.viewall.label}} | ||||
| 				</a> | ||||
| 				{{/if}} | ||||
| 				{{if $notification.markall}} | ||||
| @@ -145,7 +145,7 @@ | ||||
| 					<i class="fa fa-fw fa-filter"></i> {{$notification.filter.label}} | ||||
| 				</div> | ||||
| 				<div class="list-group-item clearfix notifications-textinput" id="cn-{{$notification.type}}-only"> | ||||
| 					<input id="cn-{{$notification.type}}-input" type="text" class="form-control form-control-sm" placeholder=" Filter by name"> | ||||
| 					<input id="cn-{{$notification.type}}-input" type="text" class="form-control form-control-sm" placeholder="  Filter by name"> | ||||
| 					<div id="cn-{{$notification.type}}-input-clear" class="text-muted notifications-textinput-clear d-none"><i class="fa fa-times"></i></div> | ||||
| 				</div> | ||||
| 				{{/if}} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user