##// END OF EJS Templates
When using apply to children flag in repo group permission...
When using apply to children flag in repo group permission change prompt, RhodeCode only applied this to user groups if repository was private. Only thing that shouldn't be allowed is to change the DEFAULT user permission when repository is private.

File last commit:

r3780:1de8abd9 beta
r3974:39798d53 default
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>