annotate rhodecode/templates/email_templates/pull_request_comment.html @ 2953:ac83f7a809a6 beta

Add compare button into quick menu
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 23 Oct 2012 14:25:00 +0200
parents acc05c33cc0c
children 400ca827f2c5
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"/>
2815
acc05c33cc0c White space cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 2802
diff changeset
3
2802
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}