mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Catching up to snipe-it/develop branch
This commit is contained in:
parent
74ed790d20
commit
f2c3e51a83
|
@ -73,14 +73,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
@can('update', $custom_fieldset)
|
@can('update', $custom_fieldset)
|
||||||
<<<<<<< HEAD
|
|
||||||
<a href="{{ route('fields.disassociate', [$field, $custom_fieldset->id]) }}" class="btn btn-sm btn-danger">{{ trans('button.remove') }}</a>
|
<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
|
@endcan
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in a new issue