mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 07:52:04 +02:00
parent
9775ed82e5
commit
7368d1d756
3 changed files with 28 additions and 6 deletions
|
@ -5,7 +5,7 @@ xml.epp_head do
|
|||
end
|
||||
|
||||
xml.tag!('msgQ', 'count' => current_user.queued_messages.count, 'id' => @message.id) do
|
||||
xml.qDate @message.created_at.try(:iso8601)
|
||||
xml.qDate @message.created_at.utc.xmlschema
|
||||
xml.msg @message.body
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue