mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
parent
90ed23f64d
commit
b6ecae6a35
41 changed files with 1239 additions and 61 deletions
|
@ -14,6 +14,21 @@ xml.epp_head do
|
|||
xml << render('epp/domains/partials/transfer', builder: xml, dt: @object)
|
||||
end if @object
|
||||
end
|
||||
|
||||
if @notification.action&.contact
|
||||
# render(partial: 'epp/poll/contact',
|
||||
# locals: {
|
||||
# builder: xml,
|
||||
# contact: @notification.action.contact,
|
||||
# address_processing: Setting.address_processing
|
||||
# })
|
||||
render(partial: 'epp/poll/action',
|
||||
locals: {
|
||||
builder: xml,
|
||||
action: @notification.action
|
||||
})
|
||||
end
|
||||
|
||||
render('epp/shared/trID', builder: xml)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue