mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
Update history view #2785
This commit is contained in:
parent
330c0c326f
commit
c610e3181b
1 changed files with 5 additions and 5 deletions
|
@ -50,13 +50,13 @@
|
|||
= s
|
||||
|
||||
%td
|
||||
- registrant.each do |oc|
|
||||
- registrant.each do |r|
|
||||
%p
|
||||
= oc[:name]
|
||||
= oc[:phone]
|
||||
= oc[:email]
|
||||
= r[:name]
|
||||
= r[:phone]
|
||||
= r[:email]
|
||||
%p
|
||||
= oc[:code]
|
||||
= r[:code]
|
||||
|
||||
%td
|
||||
- admin_contacts.each do |ac|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue