Remove unneeded content type

This commit is contained in:
Artur Beljajev 2019-12-09 20:37:07 +02:00
parent f1992c03a9
commit 044bf9caad

View file

@ -1,5 +1,4 @@
= form_for([:admin, @api_user], multipart: true, = form_for([:admin, @api_user], html: {class: 'form-horizontal', autocomplete: 'off'}) do |f|
html: {class: 'form-horizontal', autocomplete: 'off'}) do |f|
= render 'shared/full_errors', object: @api_user = render 'shared/full_errors', object: @api_user
.row .row