mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue