##// END OF EJS Templates
hgweb, spartan: link from manifest title to changeset page
Angel Ezquerra <angel.ezquerra at gmail.com> -
r18260:580274a1 default
parent child Browse files
Show More
@@ -1,29 +1,29 b''
1 1 {header}
2 2 <title>{repo|escape}: files for changeset {node|short}</title>
3 3 </head>
4 4 <body>
5 5
6 6 <div class="buttons">
7 7 <a href="{url}log/{rev}{sessionvars%urlparameter}">changelog</a>
8 8 <a href="{url}shortlog/{rev}{sessionvars%urlparameter}">shortlog</a>
9 9 <a href="{url}graph{sessionvars%urlparameter}">graph</a>
10 10 <a href="{url}tags{sessionvars%urlparameter}">tags</a>
11 11 <a href="{url}branches{sessionvars%urlparameter}">branches</a>
12 12 <a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a>
13 13 {archives%archiveentry}
14 14 <a href="{url}help{sessionvars%urlparameter}">help</a>
15 15 </div>
16 16
17 <h2><a href="/">Mercurial</a> {pathdef%breadcrumb} / files for changeset {node|short}: {path|escape}</h2>
17 <h2><a href="/">Mercurial</a> {pathdef%breadcrumb} / files for changeset <a href="{url}rev/{node|short}">{node|short}</a>: {path|escape}</h2>
18 18
19 19 <table cellpadding="0" cellspacing="0">
20 20 <tr class="parity{upparity}">
21 21 <td><tt>drwxr-xr-x</tt>&nbsp;
22 22 <td>&nbsp;
23 23 <td>&nbsp;
24 24 <td><a href="{url}file/{node|short}{up|urlescape}{sessionvars%urlparameter}">[up]</a>
25 25 </tr>
26 26 {dentries%direntry}
27 27 {fentries%fileentry}
28 28 </table>
29 29 {footer}
General Comments 0
You need to be logged in to leave comments. Login now