mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-11 08:41:42 +01:00
7 lines
185 B
Text
7 lines
185 B
Text
|
- if object.errors.any?
|
||
|
.flash-message#error_explanation
|
||
|
%strong
|
||
|
Something isn't quite right yet! Please review
|
||
|
= pluralize(object.errors.count, 'error')
|
||
|
below:
|