devise-bootstrap-views
devise-bootstrap-views copied to clipboard
Wiki link about adding a quick footer, header and a flashing mechanism
Bootstrap styles are not applied with the following Gemfile: ```ruby # Views gem 'devise-bootstrap-views', '~> 1.0.0.alpha1' # I18n gem 'devise-i18n' ``` However, it works if the gem is listed after...
Bootstrap provides helper classes for inputs with errors like `.has-error` or `.has-warning`. Rails wraps all fields with errors in blocks with `.field_with_errors` class. There're many options: - Extend `.field_with_errors` class...