##// END OF EJS Templates
make sure we hide the spans
make sure we hide the spans

File last commit:

r3780:1de8abd9 beta
r3784:62fb395a 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>