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 @@ -1,18 +1,19 @@ ## -*- coding: utf-8 -*- <%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')}:
-

-${body} -

+

${_('URL')}: ${pr_url}

+ +

${_('%s opened a pull request for repository %s and wants you to review changes.') % (pr_user_created,pr_repo_url) |n}

-
${_('revisions for reviewing')}
+

${_('Title')}: ${pr_title}

+

${_('Description')}:

+

${body}

+ +

${_('Changesets')}:

%for r,r_msg in pr_revisions: ${h.short_id(r)}: ${h.shorter(r_msg, 256)} + %endfor