##// END OF EJS Templates
Second step in two-part process to rename directories....
Second step in two-part process to rename directories. This is the actual directory rename.

File last commit:

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