This repository has been archived on 2023-07-01. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/views/shared/_error_messages.html.haml
2016-10-18 16:37:15 +02:00

7 lines
185 B
Plaintext

- if object.errors.any?
.flash-message#error_explanation
%strong
Something isn't quite right yet! Please review
= pluralize(object.errors.count, 'error')
below: