devise-bootstrap-views icon indicating copy to clipboard operation
devise-bootstrap-views copied to clipboard

Results 4 devise-bootstrap-views issues
Sort by recently updated
recently updated
newest added

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...

bug
help wanted

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...

enhancement
help wanted