mirror of https://github.com/mastodon/mastodon
Fix form validation flash message color and input borders (#9235)
* Fix form validation flash message color and input borders * Fix typopull/9224/head^2
parent
7f4adfaf77
commit
ccbdf689e8
@ -1,3 +1,3 @@
|
|||||||
- if object.errors.any?
|
- if object.errors.any?
|
||||||
.flash-message#error_explanation
|
.flash-message.alert#error_explanation
|
||||||
%strong= t('generic.validation_errors', count: object.errors.count)
|
%strong= t('generic.validation_errors', count: object.errors.count)
|
||||||
|
Loading…
Reference in New Issue