internetee-registry/app/views/shared/_errors.haml
2014-09-23 17:26:38 +03:00

6 lines
145 B
Text

- if object.errors.any?
- object.errors.each do |attr, err|
- next if attr.match(/\./)
- next if attr == :epp_errors
= err
%br