pull_request_comment.html
17 lines
| 476 B
| text/html
|
HtmlLexer
r2802 | ## -*- coding: utf-8 -*- | |||
<%inherit file="main.html"/> | ||||
Mads Kiilerich
|
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> | ||||
r2802 | ||||
%if status_change: | ||||
r3449 | %if closing_pr: | |||
Mads Kiilerich
|
r3780 | <p>${_('Pull request was closed with status')}: <b>${status_change}</b></p> | ||
r3449 | %else: | |||
Mads Kiilerich
|
r3780 | <p>${_('Pull request changed status')}: <b>${status_change}</b></p> | ||
r3449 | %endif | |||
r2802 | %endif | |||
Mads Kiilerich
|
r3780 | |||
<p>${_('Comment')}:</p> | ||||
<p>${body}</p> | ||||