mirror of
https://github.com/internetee/registry.git
synced 2025-07-19 17:25:57 +02:00
Domain editing for client
This commit is contained in:
parent
ef0eb7cbc6
commit
92984e19dd
29 changed files with 358 additions and 54 deletions
6
app/views/shared/_errors.haml
Normal file
6
app/views/shared/_errors.haml
Normal file
|
@ -0,0 +1,6 @@
|
|||
- if object.errors.any?
|
||||
- object.errors.each do |attr, err|
|
||||
- next if attr.match(/\./)
|
||||
- next if attr == :epp_errors
|
||||
= err
|
||||
%br
|
Loading…
Add table
Add a link
Reference in a new issue