comparison rhodecode/templates/email_templates/pull_request_comment.html @ 2815:acc05c33cc0c beta

White space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 06 Sep 2012 00:10:34 +0200
parents 0a623ec24b62
children 400ca827f2c5
comparison
equal deleted inserted replaced
2814:5acab31448d1 2815:acc05c33cc0c
1 ## -*- coding: utf-8 -*- 1 ## -*- coding: utf-8 -*-
2 <%inherit file="main.html"/> 2 <%inherit file="main.html"/>
3 3
4 User <b>${pr_comment_user}</b> commented on pull request #${pr_id} for 4 User <b>${pr_comment_user}</b> commented on pull request #${pr_id} for
5 repository ${pr_target_repo} 5 repository ${pr_target_repo}
6 6
7 <p> 7 <p>
8 ${body} 8 ${body}