Merge branch 'story#108423414-registrar-links' into staging

This commit is contained in:
Vladimir Krylov 2015-11-23 10:22:11 +02:00
commit 0a05ca2a18

View file

@ -23,7 +23,7 @@
- domains.each do |x|
%tr
%td= link_to(x.name, info_registrar_domains_path(domain_name: x.name))
%td= link_to(x.registrar, registrar_contact_path(id: x.registrant.code))
%td= x.registrar.name
%td= l(x.valid_to, format: :short)
%td= x.roles.join(", ")