Merge branch 'story/115762063--show-historical-nested' into staging

This commit is contained in:
Vladimir Krylov 2016-04-22 11:12:30 +03:00
commit e00a00e03f
2 changed files with 4 additions and 3 deletions

View file

@ -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)

View file

@ -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