Fixed issue 114, email sent in language of commenter.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
{blocktrans}The following review has been created:{/blocktrans}
|
||||
|
||||
{$review.id} - {$review.summary|safe}
|
||||
|
||||
{trans 'Project:'} {$project.name|safe}
|
||||
{trans 'Status:'} {$review.get_status.name}
|
||||
{trans 'Reported by:'} {$review.get_submitter|safe}
|
||||
|
@@ -15,7 +15,6 @@
|
||||
{foreach $comments as $c}{assign $who = $c.get_comment().get_submitter()}# {blocktrans}By {$who|safe}, {$c.creation_dtime|date}, on file:
|
||||
{$c.cfile|safe}
|
||||
{/blocktrans}
|
||||
|
||||
{$c.content|safe}
|
||||
|
||||
{/foreach}
|
||||
|
@@ -3,6 +3,7 @@
|
||||
{blocktrans}A new commit has been created:{/blocktrans}
|
||||
|
||||
{$c.summary|safe}
|
||||
|
||||
{trans 'Commit:'} {$c.scm_id|safe}
|
||||
{trans 'Project:'} {$project.name|safe}
|
||||
{trans 'Created by:'} {$c.get_author|safe}
|
||||
|
Reference in New Issue
Block a user