From 408d990c1ccf5033dc30a312ce7cab47a95d8de2 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Wed, 18 Dec 2019 08:55:35 +0200 Subject: [PATCH] Reformat --- app/views/epp/contacts/info.xml.builder | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/epp/contacts/info.xml.builder b/app/views/epp/contacts/info.xml.builder index 38a96a706..4d44b0d61 100644 --- a/app/views/epp/contacts/info.xml.builder +++ b/app/views/epp/contacts/info.xml.builder @@ -68,11 +68,11 @@ xml.epp_head do # xml.tag!('contact:trDate', '123') if false if can? :view_password, @contact, @password xml.tag!('contact:authInfo') do - xml.tag!('contact:pw', @contact.auth_info) + xml.tag!('contact:pw', @contact.auth_info) end else xml.tag!('contact:authInfo') do - xml.tag!('contact:pw', 'No access') + xml.tag!('contact:pw', 'No access') end end end