1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-01-31 12:03:10 -05:00
Eugen Rochko ccbdf689e8
Fix form validation flash message color and input borders ()
* Fix form validation flash message color and input borders

* Fix typo
2018-11-08 21:06:14 +01:00

4 lines
137 B
Plaintext

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