mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 01:36:02 +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
|
||||
- @domains.each do |x|
|
||||
%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
|
||||
- if x.registrant
|
||||
= link_to(x.registrant, registrar_contact_path(id: x.registrant.code))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue