Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/websdk/mercurial/templates/monoblue/changelogentry.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'websdk/mercurial/templates/monoblue/changelogentry.tmpl')
-rw-r--r--websdk/mercurial/templates/monoblue/changelogentry.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/websdk/mercurial/templates/monoblue/changelogentry.tmpl b/websdk/mercurial/templates/monoblue/changelogentry.tmpl
new file mode 100644
index 0000000..1c04f07
--- /dev/null
+++ b/websdk/mercurial/templates/monoblue/changelogentry.tmpl
@@ -0,0 +1,6 @@
+<h3 class="changelog"><a class="title" href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}<span class="logtags"> {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}{bookmarks%bookmarktag}</span></a></h3>
+<ul class="changelog-entry">
+ <li class="age">{date|rfc822date}</li>
+ <li>by <span class="name">{author|obfuscate}</span> <span class="revdate">[{date|rfc822date}] rev {rev}</span></li>
+ <li class="description">{desc|strip|escape|addbreaks|nonempty}</li>
+</ul>