comparison templates/changeset.tmpl @ 153:e8a360cd5a9f

changed pos to rev for changelog cmd, changed & to ;
author jake@edge2.net
date Tue, 24 May 2005 07:42:05 -0700
parents 529bf610092e
children 1d5f799ebe1e
comparison
equal deleted inserted replaced
152:67b8d24d2dbe 153:e8a360cd5a9f
2 <title>#repo#: changeset #node#</title> 2 <title>#repo#: changeset #node#</title>
3 </head> 3 </head>
4 <body> 4 <body>
5 5
6 <div class=buttons> 6 <div class=buttons>
7 <a href="?cmd=changelog&pos=#rev#">changelog</a> 7 <a href="?cmd=changelog;rev=#rev#">changelog</a>
8 <a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a> 8 <a href="?cmd=manifest;manifest=#manifest#;path=/">manifest</a>
9 </div> 9 </div>
10 10
11 <h2>changeset: #shortdesc#</h2> 11 <h2>changeset: #shortdesc#</h2>
12 12