internetee-registry/app/views/shared/_errors.haml
2015-07-22 13:37:30 +03:00

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