##// END OF EJS Templates
nicer pr email
marcink -
r3505:42e5812b beta
parent child Browse files
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)}:
16 ${h.shorter(r_msg, 256)}
17
15 <b>${h.short_id(r)}</b>:
16 ${h.shorter(r_msg, 256)}
18 17 %endfor
19 </pre>
18 </p>
General Comments 0
You need to be logged in to leave comments. Login now