glitch-soc/mastodon

View on GitHub
app/views/shared/_error_messages.html.haml

Summary

Maintainability
Test Coverage
- if object.errors.any?
  .flash-message.alert
    %strong= t('generic.validation_errors', count: object.errors.count)
- object.errors[:base].each do |error|
  .flash-message.alert
    %strong= error