annotate rhodecode/templates/email_templates/pull_request_comment.html @ 2802:0a623ec24b62 beta

part2 of pull-request notification improvements
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 05 Sep 2012 00:08:38 +0200
parents
children acc05c33cc0c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2802
0a623ec24b62 part2 of pull-request notification improvements
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1 ## -*- coding: utf-8 -*-
0a623ec24b62 part2 of pull-request notification improvements
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2 <%inherit file="main.html"/>
0a623ec24b62 part2 of pull-request notification improvements
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3
0a623ec24b62 part2 of pull-request notification improvements
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
4 User <b>${pr_comment_user}</b> commented on pull request #${pr_id} for
0a623ec24b62 part2 of pull-request notification improvements
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
5 repository ${pr_target_repo}
0a623ec24b62 part2 of pull-request notification improvements
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
6
0a623ec24b62 part2 of pull-request notification improvements
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
7 <p>
0a623ec24b62 part2 of pull-request notification improvements
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
8 ${body}
0a623ec24b62 part2 of pull-request notification improvements
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
9
0a623ec24b62 part2 of pull-request notification improvements
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
10 %if status_change:
0a623ec24b62 part2 of pull-request notification improvements
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
11 <span>New status -> ${status_change}</span>
0a623ec24b62 part2 of pull-request notification improvements
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
12 %endif
0a623ec24b62 part2 of pull-request notification improvements
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
13 </p>
0a623ec24b62 part2 of pull-request notification improvements
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
14
0a623ec24b62 part2 of pull-request notification improvements
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
15 View this comment here: ${pr_comment_url}