##// END OF EJS Templates
Refactoring of changeset_file_comments for more generic usage. In both It enables sharing code between changeset, and pull requests discussions
Refactoring of changeset_file_comments for more generic usage. In both It enables sharing code between changeset, and pull requests discussions

File last commit:

r2296:e5c0f201 codereview
r2439:ad19dfcd codereview
Show More
changeset_comment.html
11 lines | 176 B | text/html | HtmlLexer
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>
<h4>${subject}</h4>
${body}
% if status_change is not None:
<div>
New status -> ${status_change}
</div>
% endif