##// END OF EJS Templates
Update templates to use NewWebInterface
Update templates to use NewWebInterface

File last commit:

r3265:d1aa83f1 default
r3265:d1aa83f1 default
Show More
filelog.tmpl
22 lines | 629 B | application/x-cheetah | CheetahLexer
#header#
<title>#repo|escape#: #file|escape# history</title>
<link rel="alternate" type="application/rss+xml"
href="#url#rss-log/tip/#file|urlescape#" title="RSS feed for #repo|escape#:#file#">
</head>
</head>
<body>
<div class="buttons">
<a href="#url#log">changelog</a>
<a href="#url#shortlog">shortlog</a>
<a href="#url#tags">tags</a>
<a href="#url#file/#node|short#/#file|urlescape#">file</a>
<a href="#url#annotate/#node|short#/#file|urlescape#">annotate</a>
<a type="application/rss+xml" href="#url#rss-log/tip/#file|urlescape#">rss</a>
</div>
<h2>#file|escape# revision history</h2>
#entries%filelogentry#
#footer#