mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Indenting change for clarity
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
8e5042418a
commit
06d46a4523
|
@ -122,7 +122,8 @@
|
|||
@endcan
|
||||
|
||||
@can('update', \App\Models\User::class)
|
||||
<li class="pull-right"><a href="#" data-toggle="modal" data-target="#uploadFileModal">
|
||||
<li class="pull-right">
|
||||
<a href="#" data-toggle="modal" data-target="#uploadFileModal">
|
||||
<span class="hidden-xs"><i class="fas fa-paperclip" aria-hidden="true"></i></span>
|
||||
<span class="hidden-lg hidden-md hidden-xl"><i class="fas fa-paperclip fa-2x" aria-hidden="true"></i></span>
|
||||
<span class="hidden-xs hidden-sm">{{ trans('button.upload') }}</span>
|
||||
|
|
Loading…
Reference in a new issue