mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Merge branch 'master' into improve-registrant-area
This commit is contained in:
commit
1b16c92835
10 changed files with 144 additions and 25 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