The error messages for my rails form look terrible with bootstrap. Does anyone know a solution for better (nice looking) error messages? I use Rails and Bootstrap.
My fo
Just in case someone stumbles here and is using Bootstrap 4 alpha with rails 5 and bootstrap_form_for gem. I use:
Bootstrap 4 alpha
rails 5
bootstrap_form_for gem
<%= f.alert_message "Please fix the errors below." %>
which looks really nice.