mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Merge branch 'story#108423414-registrar-links' into staging
This commit is contained in:
commit
0a05ca2a18
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