We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b68fe4 + b3e3d01 commit c5b58f9Copy full SHA for c5b58f9
resources/views/users/index.blade.php
@@ -20,7 +20,7 @@
20
21
@can('create', \App\Models\User::class)
22
@if ($snipeSettings->ldap_enabled == 1)
23
- <a href="{{ route('ldap/user') }}" class="btn btn-default pull-right"><span class="fas fa-sitemap"></span>{{trans('general.ldap_sync')}}</a>
+ <a href="{{ route('ldap/user') }}" class="btn btn-default pull-right"><i class="fas fa-sitemap"></i> {{trans('general.ldap_sync')}}</a>
24
@endif
25
@endcan
26
@stop
0 commit comments