##// END OF EJS Templates
lazy load pygments lib so we can use VCS without it installed
lazy load pygments lib so we can use VCS without it installed

File last commit:

r3780:1de8abd9 beta
r3876:c5dd289c beta
Show More
pull_request_comment.html
17 lines | 476 B | text/html | HtmlLexer
part2 of pull-request notification improvements
r2802 ## -*- coding: utf-8 -*-
<%inherit file="main.html"/>
Mads Kiilerich
emails: try to improve wording and layout - 1st iteration
r3780
<p>${_('URL')}: <a href="${pr_comment_url}">${pr_comment_url}</a></p>
<h4>${_('%s commented on pull request "%s"') % (pr_comment_user,pr_title) |n}</h4>
part2 of pull-request notification improvements
r2802
%if status_change:
codecleaner, fix tabs -> spaces
r3449 %if closing_pr:
Mads Kiilerich
emails: try to improve wording and layout - 1st iteration
r3780 <p>${_('Pull request was closed with status')}: <b>${status_change}</b></p>
codecleaner, fix tabs -> spaces
r3449 %else:
Mads Kiilerich
emails: try to improve wording and layout - 1st iteration
r3780 <p>${_('Pull request changed status')}: <b>${status_change}</b></p>
codecleaner, fix tabs -> spaces
r3449 %endif
part2 of pull-request notification improvements
r2802 %endif
Mads Kiilerich
emails: try to improve wording and layout - 1st iteration
r3780
<p>${_('Comment')}:</p>
<p>${body}</p>