mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
More style fixes
This commit is contained in:
parent
64c5e87354
commit
114d602621
11 changed files with 44 additions and 46 deletions
|
@ -11,9 +11,9 @@ xml.epp_head do
|
|||
xml.tag!('contact:fax', @contact.fax)
|
||||
xml.tag!('contact:email', @contact.email)
|
||||
xml.tag!('contact:clID', @current_epp_user.username) if @current_epp_user
|
||||
xml.tag!('contact:crID', @contact.crID ) if @contact.crID
|
||||
xml.tag!('contact:crID', @contact.cr_id ) if @contact.cr_id
|
||||
xml.tag!('contact:crDate', @contact.created_at)
|
||||
xml.tag!('contact:upID', @contact.upID) if @contact.upID
|
||||
xml.tag!('contact:upID', @contact.up_id) if @contact.up_id
|
||||
xml.tag!('contact:upDate', @contact.updated_at) unless @contact.updated_at == @contact.created_at
|
||||
xml.tag!('contact:trDate', '123') if false
|
||||
xml.tag!('contact:authInfo', '123') if false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue