##// END OF EJS Templates
implemented #689 Deleting Repositories with Forks Should Be Easier...
implemented #689 Deleting Repositories with Forks Should Be Easier - optionally detach or delete forks associated to repo

File last commit:

r3270:81397bd3 beta
r3391:f282c81f beta
Show More
changeset_comment.html
12 lines | 184 B | text/html | HtmlLexer
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>
<h4>${subject}</h4>
${body}
% if status_change is not None:
<div>
${_('New status')} -&gt; ${status_change}
</div>
% endif