Skip to content

Commit c5b58f9

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 6b68fe4 + b3e3d01 commit c5b58f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/users/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
@can('create', \App\Models\User::class)
2222
@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>
23+
<a href="{{ route('ldap/user') }}" class="btn btn-default pull-right"><i class="fas fa-sitemap"></i> {{trans('general.ldap_sync')}}</a>
2424
@endif
2525
@endcan
2626
@stop

0 commit comments

Comments
 (0)