Show More
@@ -1,19 +1,18 b'' | |||
|
1 | 1 | ## -*- coding: utf-8 -*- |
|
2 | 2 | <%inherit file="main.html"/> |
|
3 | 3 | |
|
4 | 4 | ${_('User %s opened pull request for repository %s and wants you to review changes.') % (('<b>%s</b>' % pr_user_created),pr_repo_url) |n} |
|
5 | 5 | <div>${_('View this pull request here')}: ${pr_url}</div> |
|
6 | 6 | <div>${_('title')}: ${pr_title}</div> |
|
7 | 7 | <div>${_('description')}:</div> |
|
8 | 8 | <p> |
|
9 | 9 | ${body} |
|
10 | 10 | </p> |
|
11 | 11 | |
|
12 | 12 | <div>${_('revisions for reviewing')}</div> |
|
13 | <pre> | |
|
13 | <p style="white-space: pre-wrap;"> | |
|
14 | 14 | %for r,r_msg in pr_revisions: |
|
15 | ${h.short_id(r)}: | |
|
15 | <b>${h.short_id(r)}</b>: | |
|
16 | 16 |
|
|
17 | ||
|
18 | 17 | %endfor |
|
19 |
</p |
|
|
18 | </p> |
General Comments 0
You need to be logged in to leave comments.
Login now