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.
1 parent 4a6520f commit b3e3d01Copy full SHA for b3e3d01
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