Change default enter behavior on forms to not be delete

This commit is contained in:
Dane Everitt 2018-02-25 16:21:50 -06:00
parent aa08498d51
commit fa997b9e0d
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
8 changed files with 17 additions and 11 deletions

View file

@ -98,8 +98,8 @@
</div>
<div class="box-footer with-border">
{!! csrf_field() !!}
<button name="_method" value="DELETE" class="btn btn-sm btn-danger pull-left muted muted-hover" type="submit"><i class="fa fa-trash-o"></i></button>
<button name="_method" value="PATCH" class="btn btn-sm btn-primary pull-right" type="submit">Save</button>
<button name="_method" value="DELETE" class="btn btn-sm btn-danger pull-left muted muted-hover" type="submit"><i class="fa fa-trash-o"></i></button>
</div>
</div>
</div>