mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Contact got correct birthday and country code epp errors
This commit is contained in:
parent
61ee8ef9f5
commit
a8e43dd6cc
5 changed files with 15 additions and 10 deletions
|
@ -30,12 +30,12 @@
|
|||
%th{class: 'col-xs-2'}
|
||||
= sort_link(@q, 'code', t(:code))
|
||||
%tbody
|
||||
- @contacts.each do |x|
|
||||
- @contacts.each do |contact|
|
||||
%tr
|
||||
%td= link_to(x, admin_contact_path(x))
|
||||
%td= x.ident
|
||||
%td= x.email
|
||||
%td= x.code
|
||||
%td= link_to(contact, admin_contact_path(contact))
|
||||
%td= "#{contact.ident} #{ident_indicator(contact)}"
|
||||
%td= contact.email
|
||||
%td= contact.code
|
||||
.row
|
||||
.col-md-12
|
||||
= paginate @contacts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue