##// END OF EJS Templates
Pass in old groups data to CanWriteToGroup validator for later skipping group checks....
Pass in old groups data to CanWriteToGroup validator for later skipping group checks. This will be a part of refactoring done to do user permissions changes without messing with main repo form data

File last commit:

r3430:bbe21df7 beta
r3524:af96fb19 beta
Show More
changeset_comment.html
17 lines | 401 B | text/html | HtmlLexer
Notification fixes...
r1717 ## -*- coding: utf-8 -*-
<%inherit file="main.html"/>
notifications changes...
r3430 ##message from user goes here
<p>
${cs_comment_user}: <br/>
White-space cleanup
r1888 ${body}
notifications changes...
r3430 </p>
%if status_change:
<span>${_('New status')} -&gt; ${status_change}</span>
%endif
<div>${_('View this comment here')}: ${cs_comment_url}</div>
Add changeset status change into emails
r2296
notifications changes...
r3430 <pre>
${_('Repo')}: ${cs_target_repo}
${_('Changeset')}: ${h.short_id(raw_id)}
${_('desc')}: ${h.shorter(message, 256)}
</pre>