mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
fcda478712
|
@ -13,7 +13,7 @@
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<select name="bulk_actions" class="form-control select2" aria-label="bulk_actions" style="min-width: 350px;">
|
<select name="bulk_actions" class="form-control select2" aria-label="bulk_actions" style="min-width: 350px;">
|
||||||
@if(($status) && ($status == 'Deleted'))
|
@if((isset($status)) && ($status == 'Deleted'))
|
||||||
@can('delete', \App\Models\Asset::class)
|
@can('delete', \App\Models\Asset::class)
|
||||||
<option value="restore">{{trans('button.restore')}}</option>
|
<option value="restore">{{trans('button.restore')}}</option>
|
||||||
@endcan
|
@endcan
|
||||||
|
|
Loading…
Reference in a new issue