diff --git a/rhodecode/templates/email_templates/pull_request.html b/rhodecode/templates/email_templates/pull_request.html --- a/rhodecode/templates/email_templates/pull_request.html +++ b/rhodecode/templates/email_templates/pull_request.html @@ -2,9 +2,9 @@ <%inherit file="main.html"/> ${_('User %s opened pull request for repository %s and wants you to review changes.') % (('%s' % pr_user_created),pr_repo_url) |n} +
${_('View this pull request here')}: ${pr_url}
${_('title')}: ${pr_title}
${_('description')}:
-
${_('View this pull request here')}: ${pr_url}

${body}

diff --git a/rhodecode/templates/email_templates/pull_request_comment.html b/rhodecode/templates/email_templates/pull_request_comment.html --- a/rhodecode/templates/email_templates/pull_request_comment.html +++ b/rhodecode/templates/email_templates/pull_request_comment.html @@ -1,7 +1,8 @@ ## -*- coding: utf-8 -*- <%inherit file="main.html"/> -${_('User %s commented on pull request #%s for repository %s') % ('%s' % pr_comment_user ,pr_id,pr_target_repo)} +${_('User %s commented on pull request #%s for repository %s') % ('%s' % pr_comment_user, pr_id, pr_target_repo) |n} +
${_('View this comment here')}: ${pr_comment_url}

${body} @@ -11,4 +12,4 @@ ${body} %endif

-${_('View this comment here')}: ${pr_comment_url} +