Story#108423414 - remove link from registrar under registrar

This commit is contained in:
Vladimir Krylov 2015-11-23 10:17:16 +02:00
parent c013e9789c
commit 25388562f5

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(", ")