##// END OF EJS Templates
Translation updates from RhodeCode v2.2.5...
Translation updates from RhodeCode v2.2.5 Includes a new German translation. These are licensed under GPLv3, for various reasons, including since they include textual copies of strings from the GPLv3'd Python and HTML files.

File last commit:

r3780:1de8abd9 beta
r4137:6c485794 rhodecode-2.2.5-gpl
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>