##// END OF EJS Templates
gitweb: Display branch and tag labels...
gitweb: Display branch and tag labels Pages which display labels: - summary - shortlog - changelog - changeset - search

File last commit:

r3423:a2179e78 default
r4538:4272ae76 default
Show More
changelogentry.tmpl
7 lines | 272 B | application/x-cheetah | CheetahLexer
/ templates / rss / changelogentry.tmpl
Brendan Cully
Move RSS theme into subdirectory
r3235 <item>
<title>#desc|strip|firstline|strip|escape#</title>
Brendan Cully
Fix RSS URLs (closes issue396)
r3423 <link>{urlbase}{url}rev/{node|short}</link>
Brendan Cully
Move RSS theme into subdirectory
r3235 <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
<author>#author|obfuscate#</author>
<pubDate>#date|rfc822date#</pubDate>
</item>