Contact linked test update/refactor #2411

This commit is contained in:
Priit Tark 2015-07-27 15:59:23 +03:00
parent 7fa9fb3c6e
commit a9ba4dbfd2
7 changed files with 16 additions and 10 deletions

View file

@ -8,7 +8,7 @@
%th{class: 'col-xs-4'}= t(:registrar)
%th{class: 'col-xs-4'}= t(:valid_to)
%tbody
- @contact.domains_owned.each do |x|
- @contact.registrant_domains.each do |x|
%tr
%td= link_to(x.name, [:admin, x])
%td= link_to(x.registrar, [:admin, x.registrar])