mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Catching up to snipe-it/develop branch
This commit is contained in:
parent
74ed790d20
commit
f2c3e51a83
|
@ -73,14 +73,7 @@
|
|||
</td>
|
||||
<td>
|
||||
@can('update', $custom_fieldset)
|
||||
<<<<<<< HEAD
|
||||
<a href="{{ route('fields.disassociate', [$field, $custom_fieldset->id]) }}" class="btn btn-sm btn-danger">{{ trans('button.remove') }}</a>
|
||||
=======
|
||||
<form method="post" action="{{ route('fields.disassociate', [$field, $custom_fieldset->id]) }}">
|
||||
@csrf
|
||||
<button type="submit" class="btn btn-sm btn-danger">Remove</button>
|
||||
</form>
|
||||
>>>>>>> 476e17055beb3a2f989946812010d9f23851ca89
|
||||
@endcan
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue