changeset 6727:f4b6dec99950

Fix gitweb to not say shortlog instead of graph.
author Augie Fackler <durin42@gmail.com>
date Tue, 24 Jun 2008 09:53:48 +0200
parents e85951aeec6e
children 84294e3710b8
files templates/gitweb/graph.tmpl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/templates/gitweb/graph.tmpl	Tue Jun 24 09:36:24 2008 +0200
+++ b/templates/gitweb/graph.tmpl	Tue Jun 24 09:53:48 2008 +0200
@@ -1,5 +1,5 @@
 #header#
-<title>#repo|escape#: Shortlog</title>
+<title>#repo|escape#: Graph</title>
 <link rel="alternate" type="application/atom+xml"
    href="{url}atom-log" title="Atom feed for #repo|escape#"/>
 <link rel="alternate" type="application/rss+xml"
@@ -8,7 +8,7 @@
 <body>
 
 <div class="page_header">
-<a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / shortlog
+<a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">#repo|escape#</a> / graph
 </div>
 
 <form action="{url}log">