Formatting

This commit is contained in:
Marcus Moore 2025-02-18 15:20:22 -08:00
parent 25215fd3c9
commit c165e6f400
No known key found for this signature in database

View file

@ -217,8 +217,6 @@
<!-- Add notes -->
@can('update', \App\Models\Asset::class)
<div class="col-md-12 hidden-print" style="padding-top: 5px;">
<a href="#" style="width: 100%" data-toggle="modal" data-target="#createNoteModal" class="btn btn-sm btn-primary btn-block btn-social hidden-print">
<x-icon type="note" />
@ -226,7 +224,6 @@
</a>
@include ('modals.add-note', ['type' => 'asset', 'id' => $asset->id])
</div>
@endcan