diff --git a/app/views/records/_form.html.erb b/app/views/records/_form.html.erb index 42fa2ce..7690bdb 100644 --- a/app/views/records/_form.html.erb +++ b/app/views/records/_form.html.erb @@ -1,4 +1,4 @@ -<%= simple_form_for form, url: record_form_action_url(form), html: {class: 'form-inline editor'} do |f| %> +<%= simple_form_for form, url: record_form_action_url(form), html: { class: 'editor' } do |f| %>