Update history view #2785

This commit is contained in:
Priit Tark 2015-08-11 17:30:07 +03:00
parent 330c0c326f
commit c610e3181b

View file

@ -50,13 +50,13 @@
= s = s
%td %td
- registrant.each do |oc| - registrant.each do |r|
%p %p
= oc[:name] = r[:name]
= oc[:phone] = r[:phone]
= oc[:email] = r[:email]
%p %p
= oc[:code] = r[:code]
%td %td
- admin_contacts.each do |ac| - admin_contacts.each do |ac|