diff rhodecode/templates/email_templates/pull_request.html @ 3258:6f71e6f81c9f beta

Fix bold beeing not escaped in emails and make the email form more consistent
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 29 Jan 2013 22:41:05 +0100
parents 68f9c216377d
children bbe21df7ad48
line wrap: on
line diff
--- a/rhodecode/templates/email_templates/pull_request.html	Tue Jan 29 22:40:29 2013 +0100
+++ b/rhodecode/templates/email_templates/pull_request.html	Tue Jan 29 22:41:05 2013 +0100
@@ -2,9 +2,9 @@
 <%inherit file="main.html"/>
 
 ${_('User %s opened pull request for repository %s and wants you to review changes.') % (('<b>%s</b>' % pr_user_created),pr_repo_url) |n}
+<div>${_('View this pull request here')}: ${pr_url}</div>
 <div>${_('title')}: ${pr_title}</div>
 <div>${_('description')}:</div>
-<div>${_('View this pull request here')}: ${pr_url}</div>
 <p>
 ${body}
 </p>