mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
Add truncate for domain name #2122
This commit is contained in:
parent
3a3a696035
commit
e42a50dc4c
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
%tbody
|
%tbody
|
||||||
- @domains.each do |x|
|
- @domains.each do |x|
|
||||||
%tr
|
%tr
|
||||||
%td= link_to(x, info_registrar_domains_path(domain_name: x.name))
|
%td= link_to(truncate(x.name), info_registrar_domains_path(domain_name: x.name))
|
||||||
%td
|
%td
|
||||||
- if x.registrant
|
- if x.registrant
|
||||||
= link_to(x.registrant, registrar_contact_path(id: x.registrant.code))
|
= link_to(x.registrant, registrar_contact_path(id: x.registrant.code))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue