Comment out ad-hoc note button for now

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2025-01-16 19:05:52 +00:00
parent 9830959f11
commit de5d66f5d2

View file

@ -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