mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Formatting
This commit is contained in:
parent
25215fd3c9
commit
c165e6f400
|
@ -217,8 +217,6 @@
|
||||||
|
|
||||||
<!-- Add notes -->
|
<!-- Add notes -->
|
||||||
@can('update', \App\Models\Asset::class)
|
@can('update', \App\Models\Asset::class)
|
||||||
|
|
||||||
|
|
||||||
<div class="col-md-12 hidden-print" style="padding-top: 5px;">
|
<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">
|
<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" />
|
<x-icon type="note" />
|
||||||
|
@ -226,7 +224,6 @@
|
||||||
</a>
|
</a>
|
||||||
@include ('modals.add-note', ['type' => 'asset', 'id' => $asset->id])
|
@include ('modals.add-note', ['type' => 'asset', 'id' => $asset->id])
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@endcan
|
@endcan
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue