Fix form validation flash message color and input borders (#9235)
* Fix form validation flash message color and input borders * Fix typoth-downstream
parent
32c2f5a07f
commit
718e4752a9
@ -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)
|
||||
|
Loading…
Reference in new issue