##// END OF EJS Templates
monoblue: fix title for branches page
Johan Samyn -
r10137:daec0f64 stable
parent child Browse files
Show More
@@ -1,36 +1,36 b''
1 1 {header}
2 2 <title>{repo|escape}: Branches</title>
3 3 <link rel="alternate" type="application/atom+xml" href="{url}atom-log" title="Atom feed for {repo|escape}"/>
4 4 <link rel="alternate" type="application/rss+xml" href="{url}rss-log" title="RSS feed for {repo|escape}"/>
5 5 </head>
6 6
7 7 <body>
8 8 <div id="container">
9 9 <div class="page-header">
10 10 <h1><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / Branches</h1>
11 11
12 12 <form action="{url}log">
13 13 {sessionvars%hiddenformentry}
14 14 <dl class="search">
15 15 <dt><label>Search: </label></dt>
16 16 <dd><input type="text" name="rev" /></dd>
17 17 </dl>
18 18 </form>
19 19
20 20 <ul class="page-nav">
21 21 <li><a href="{url}summary{sessionvars%urlparameter}">summary</a></li>
22 22 <li><a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a></li>
23 23 <li><a href="{url}changelog{sessionvars%urlparameter}">changelog</a></li>
24 24 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li>
25 25 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
26 26 <li class="current">branches</li>
27 27 <li><a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a></li>
28 28 </ul>
29 29 </div>
30 30
31 <h2 class="no-link no-border">tags</h2>
31 <h2 class="no-link no-border">branches</h2>
32 32 <table cellspacing="0">
33 33 {entries%branchentry}
34 34 </table>
35 35
36 36 {footer}
General Comments 0
You need to be logged in to leave comments. Login now