Improved update notification.

This commit is contained in:
Martin Edenhofer 2012-04-23 08:55:30 +02:00
parent a2e5adc4c7
commit c3c36ab3a3

View file

@ -100,11 +100,12 @@ From: #{ticket.articles[-1].from}
{
:event => event,
:recipient => 'owner', # group|owner|to_work_on
:subject => 'Update (#{ticket.title})',
:body => 'Update (#{ticket.title}) in Group #{ticket.group.name}
:subject => 'Updated (#{ticket.title})',
:body => 'Hi #{recipient.firstname},
Updated (#{ticket.title}) in Group #{ticket.group.name}
From: #{ticket.articles[-1].from}
<snip>
#{ticket.articles[-1].body}
</snip>