Story#115762063 - escape dots for haml

This commit is contained in:
Vladimir Krylov 2016-04-22 11:12:07 +03:00
parent 0c738a5cba
commit 17765cbf14
2 changed files with 4 additions and 3 deletions

View file

@ -80,8 +80,9 @@
= ns[:flags]
= ns[:protocol]
= ns[:alg]
= ns[:public_key].to_s[-20,20]
%br
- if ns[:public_key].present?
\...#{ns[:public_key].to_s[-20,20]}
%br
%dt= t(:registrar)
%dd{class: changing_css_class(@version,"registrar_id")}

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