Skip to content

Commit

Permalink
Catching up to snipe-it/develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nuraeil committed Nov 16, 2021
1 parent 74ed790 commit f2c3e51
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions resources/views/custom_fields/fieldsets/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f2c3e51

Please sign in to comment.