#parse("templates/email/html/includes/header.vm")
#parse("templates/email/html/includes/summary-topleft.vm")
#parse("templates/email/includes/issueplugins.vm")
| #text("template.issue.comment.edited") |
[ #text("template.permlink") ] |
#text("template.common.author"): #authorlink ($comment.author)
#text("template.common.created.on"): $dateformatter.formatDMYHMS($comment.getCreated())
#if ($originalcomment)
#text("template.common.edited.by"): #authorlink ($comment.updateAuthor)
#text("template.common.edited.on"): $dateformatter.formatDMYHMS($comment.getUpdated())
#end
#text("issue.field.comment"): #visibility()
$htmlComment
#if ($originalcomment)
#text("template.changelog.was"): #originalvisibility()
$originalhtmlComment
#end
|
|
#parse("templates/email/html/includes/summary-bottom.vm")
#parse("templates/email/html/includes/footer.vm")