mirror of
https://github.com/internetee/registry.git
synced 2025-07-26 04:28:27 +02:00
Registrar refactor
This commit is contained in:
parent
6573d81b94
commit
ec4c06bb06
95 changed files with 564 additions and 539 deletions
5
app/views/registrar/shared/_errors.haml
Normal file
5
app/views/registrar/shared/_errors.haml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- if object.errors.any?
|
||||
%p.text-danger
|
||||
- object.errors.each do |attr, err|
|
||||
= err
|
||||
%br
|
Loading…
Add table
Add a link
Reference in a new issue