1
0
Fork 0
mirror of https://github.com/kikobar/mastodon.git synced 2025-01-14 13:57:04 +00:00
mastodon/app/views/shared/_error_messages.html.haml

4 lines
137 B
Plaintext
Raw Normal View History

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