Styling form error message - bootstrap/rails

前端 未结 8 619
陌清茗
陌清茗 2021-02-01 18:38

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

8条回答
  •  南方客
    南方客 (楼主)
    2021-02-01 19:26

    Just in case someone stumbles here and is using Bootstrap 4 alpha with rails 5 and bootstrap_form_for gem. I use:

    <%= f.alert_message "Please fix the errors below." %>

    which looks really nice.

提交回复
热议问题