mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Merge branch 'story/115762063--show-historical-nested' into staging
This commit is contained in:
commit
e00a00e03f
2 changed files with 4 additions and 3 deletions
|
@ -94,7 +94,8 @@
|
|||
= ns[:flags]
|
||||
= ns[:protocol]
|
||||
= ns[:alg]
|
||||
= ns[:public_key].to_s[-20,20]
|
||||
- if ns[:public_key].present?
|
||||
\...#{ns[:public_key].to_s[-20,20]}
|
||||
%br
|
||||
|
||||
%dt= t(:registrar)
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
= ns.protocol
|
||||
= ns.alg
|
||||
- if ns.public_key.present?
|
||||
...#{ns.public_key.to_s[-20,20]}
|
||||
\...#{ns.public_key.to_s[-20,20]}
|
||||
|
||||
%td{class: changing_css_class(version,"registrar_id")}
|
||||
- if domain.registrar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue