mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
Rename notifications.body
to text
This commit is contained in:
parent
8765baf319
commit
dfff6f6d12
16 changed files with 30 additions and 22 deletions
|
@ -12,7 +12,7 @@ xml.epp(
|
|||
|
||||
xml.tag!('msgQ', 'count' => current_user.queued_notifications.count, 'id' => @notification.id) do
|
||||
xml.qDate @notification.created_at.try(:iso8601)
|
||||
xml.msg @notification.body
|
||||
xml.msg @notification.text
|
||||
end
|
||||
|
||||
xml.resData do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue