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,7 +1,7 @@ ## -*- coding: utf-8 -*- <%inherit file="main.html"/> - -User ${pr_user_created} opened pull request for repository + +User ${pr_user_created} opened pull request for repository ${pr_repo_url} and wants you to review changes.
title: ${pr_title}