1
0
mirror of https://github.com/glitch-soc/mastodon synced 2024-03-09 07:35:42 +00:00
glitch-social/app/views/shared/_error_messages.html.haml

4 lines
131 B
Plaintext
Raw Normal View History

2016-10-18 16:37:15 +02:00
- if object.errors.any?
.flash-message#error_explanation
2016-11-15 23:02:57 +01:00
%strong= t('generic.validation_errors', count: object.errors.count)