mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Comment out ad-hoc note button for now
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
9830959f11
commit
de5d66f5d2
|
@ -217,11 +217,14 @@
|
|||
|
||||
<!-- Add notes -->
|
||||
@can('update', \App\Models\Asset::class)
|
||||
<!--
|
||||
|
||||
<div class="col-md-12 hidden-print" style="padding-top: 5px;">
|
||||
<a href='{{ route('modal.show', 'add-note') }}?type=asset&id={{$asset->id}}' style="width: 100%" data-toggle="modal" data-target="#createModal" data-select='add-note_select_id' data-refresh="assetHistory" data-hasnopayload="true" class="btn btn-sm btn-primary btn-block btn-social hidden-print">
|
||||
<x-icon type="note" />
|
||||
{{ trans('general.add_note') }}</a>
|
||||
</div>
|
||||
-->
|
||||
@endcan
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue