umts/st-pax

Drop `bootstrap_form`

Closed this issue · 1 comments

bootstrap_form isn't really a necessary library for us to depend on. We just style with bootstrap directly everywhere else.

I guess. But, in my opinion, the forms on this site look pretty good (I particularly like the in-form validation errors). And man, this haml looks nice and clean:

= bootstrap_form_with model: @user, local: true do |f|
= f.text_field :name
= f.text_field :spire, placeholder: '12345678@umass.edu'
= f.form_group do
= f.check_box :active
=f.form_group do
= f.check_box :admin
= f.primary 'Save'