Fix form validation flash message color and input borders (#9235)

* Fix form validation flash message color and input borders

* Fix typo
This commit is contained in:
Eugen Rochko
2018-11-08 21:06:14 +01:00
committed by GitHub
parent 7f4adfaf77
commit ccbdf689e8
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,3 @@
- if object.errors.any?
.flash-message#error_explanation
.flash-message.alert#error_explanation
%strong= t('generic.validation_errors', count: object.errors.count)