mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 17:55:55 +02:00
Reformat
This commit is contained in:
parent
3dcc476114
commit
408d990c1c
1 changed files with 2 additions and 2 deletions
|
@ -68,11 +68,11 @@ xml.epp_head do
|
||||||
# xml.tag!('contact:trDate', '123') if false
|
# xml.tag!('contact:trDate', '123') if false
|
||||||
if can? :view_password, @contact, @password
|
if can? :view_password, @contact, @password
|
||||||
xml.tag!('contact:authInfo') do
|
xml.tag!('contact:authInfo') do
|
||||||
xml.tag!('contact:pw', @contact.auth_info)
|
xml.tag!('contact:pw', @contact.auth_info)
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
xml.tag!('contact:authInfo') do
|
xml.tag!('contact:authInfo') do
|
||||||
xml.tag!('contact:pw', 'No access')
|
xml.tag!('contact:pw', 'No access')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue