Mercurial > hg-stable
changeset 38746:0f948d821fe7 stable
gitweb: add link to graph
error.tmpl wasn't consistent with other templates in gitweb in
that it was missing a "graph" link. This commit makes it consistent.
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Thu, 26 Jul 2018 10:06:46 -0700 |
parents | 258d90f69076 |
children | 2b7ce7b55514 |
files | mercurial/templates/gitweb/error.tmpl |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/templates/gitweb/error.tmpl Wed Jul 25 10:05:24 2018 +0200 +++ b/mercurial/templates/gitweb/error.tmpl Thu Jul 26 10:06:46 2018 -0700 @@ -17,6 +17,7 @@ <a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a> | <a href="{url|urlescape}shortlog{sessionvars%urlparameter}">shortlog</a> | <a href="{url|urlescape}log{sessionvars%urlparameter}">changelog</a> | +<a href="{url|urlescape}graph{sessionvars%urlparameter}">graph</a> | <a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a> | <a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a> | <a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a> |