mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
6 lines
172 B
Text
6 lines
172 B
Text
- if object.errors.any?
|
|
- object.errors.each do |attr, err|
|
|
- next if attr.match(/\./)
|
|
- next if attr == :epp_errors
|
|
= "#{attr.to_s.humanize} #{err}"
|
|
%br
|