mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
Story#108423414 - remove link from registrar under registrar
This commit is contained in:
parent
c013e9789c
commit
25388562f5
1 changed files with 1 additions and 1 deletions
|
@ -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(", ")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue