More style fixes

This commit is contained in:
Andres Keskküla 2014-08-26 13:47:49 +03:00
parent 64c5e87354
commit 114d602621
11 changed files with 44 additions and 46 deletions

View file

@ -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