You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good shout. .form-actions isn't a class used in Bootstrap anymore, so perhaps we should leave it in on the _submit_buttons.html.erb partial. I've tested locally and it works fine. I'll submit a pull request later today, it's only a 1 line fix.
I believe that this line is supposed to remove the duplicate set of buttons: https://github.com/sferik/rails_admin/blob/master/app/assets/javascripts/rails_admin/ra.remote-form.js#L73
But f6d660f changed
.form-actions
to.form-group
, which probably should not be removed quite so aggressively.The text was updated successfully, but these errors were encountered: