mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
Design
This commit is contained in:
parent
7b88e6e028
commit
eac302bafb
6 changed files with 51 additions and 7 deletions
5
app/views/admin/shared/_errors.haml
Normal file
5
app/views/admin/shared/_errors.haml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- if object.errors.any?
|
||||
- object.errors.each do |attr, err|
|
||||
- next if attr == :epp_errors
|
||||
= err
|
||||
%br
|
Loading…
Add table
Add a link
Reference in a new issue