##// END OF EJS Templates
setup: don't ship i18n directory...
setup: don't ship i18n directory The directory was never actually used at runtime and other programs don't ship it either.

File last commit:

r9721:1d75c683 default
r9998:4a3c388f default
Show More
changelogentry.tmpl
25 lines | 700 B | application/x-cheetah | CheetahLexer
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <table class="logEntry parity{parity}">
Matt Mackall
hgweb: move old style to spartan/
r7338 <tr>
Dirkjan Ochtman
templater: put 'ago' inside the age template filter
r9721 <th class="age">{date|age}:</th>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <th class="firstline">{desc|strip|firstline|escape|nonempty}</th>
Matt Mackall
hgweb: move old style to spartan/
r7338 </tr>
<tr>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <th class="revision">changeset {rev}:</th>
<td class="node"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td>
Matt Mackall
hgweb: move old style to spartan/
r7338 </tr>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 {parent%changelogparent}
{child%changelogchild}
{changelogtag}
Matt Mackall
hgweb: move old style to spartan/
r7338 <tr>
<th class="author">author:</th>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <td class="author">{author|obfuscate}</td>
Matt Mackall
hgweb: move old style to spartan/
r7338 </tr>
<tr>
<th class="date">date:</th>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <td class="date">{date|date}</td>
Matt Mackall
hgweb: move old style to spartan/
r7338 </tr>
<tr>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 <th class="files"><a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>:</th>
<td class="files">{files}</td>
Matt Mackall
hgweb: move old style to spartan/
r7338 </tr>
</table>