##// END OF EJS Templates
hgweb: fix broken search->changelog link
hgweb: fix broken search->changelog link

File last commit:

r1410:17703aa4 default
r1432:612f3eba default
Show More
filelog.tmpl
21 lines | 552 B | application/x-cheetah | CheetahLexer
#header#
<title>#repo|escape#: #file# history</title>
<link rel="alternate" type="application/rss+xml"
href="?fl=0;file=#file#;style=rss" title="RSS feed for #repo|escape#:#file#">
</head>
</head>
<body>
<div class="buttons">
<a href="?cl=#node|short#">changelog</a>
<a href="?tags=">tags</a>
<a href="?f=#filenode|short#;file=#file#">file</a>
<a href="?fa=#filenode|short#;file=#file#">annotate</a>
<a type="application/rss+xml" href="?fl=0;file=#file#;style=rss">rss</a>
</div>
<h2>#file# revision history</h2>
#entries%filelogentry#
#footer#