##// END OF EJS Templates
paper/coal: add branches page
paper/coal: add branches page

File last commit:

r8235:89bc3946 default
r8353:6058d291 default
Show More
shortlogentry.tmpl
5 lines | 323 B | application/x-cheetah | CheetahLexer
Dirkjan Ochtman
coal/paper: move actual templates from coal to paper
r7411 <tr class="parity{parity}">
<td class="age">{date|age}</td>
<td class="author">{author|person}</td>
Rocco Rutte
hgweb: use "nonempty" filter in templates for the changelog message...
r8235 <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td>
Dirkjan Ochtman
coal/paper: move actual templates from coal to paper
r7411 </tr>