##// END OF EJS Templates
Fix gitweb to not say shortlog instead of graph.
Augie Fackler -
r6727:f4b6dec9 default
parent child Browse files
Show More
@@ -1,5 +1,5 b''
1 1 #header#
2 <title>#repo|escape#: Shortlog</title>
2 <title>#repo|escape#: Graph</title>
3 3 <link rel="alternate" type="application/atom+xml"
4 4 href="{url}atom-log" title="Atom feed for #repo|escape#"/>
5 5 <link rel="alternate" type="application/rss+xml"
@@ -8,7 +8,7 b''
8 8 <body>
9 9
10 10 <div class="page_header">
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / shortlog
11 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / graph
12 12 </div>
13 13
14 14 <form action="{url}log">
General Comments 0
You need to be logged in to leave comments. Login now