mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
parent
90ed23f64d
commit
b6ecae6a35
41 changed files with 1239 additions and 61 deletions
9
app/views/epp/poll/_action.xml.builder
Normal file
9
app/views/epp/poll/_action.xml.builder
Normal file
|
@ -0,0 +1,9 @@
|
|||
builder.extension do
|
||||
builder.tag!('changePoll:changeData',
|
||||
'xmlns:changePoll' => 'https://epp.tld.ee/schema/changePoll-1.0.xsd') do
|
||||
builder.tag!('changePoll:operation', action.operation)
|
||||
builder.tag!('changePoll:date', action.created_at.utc.xmlschema)
|
||||
builder.tag!('changePoll:svTRID', action.id)
|
||||
builder.tag!('changePoll:who', action.user)
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue