Mercurial > hg-stable
diff templates/filerevision.tmpl @ 6177:673d8a6bc709
Renamed "manifest" to "files" in web templates.
manifest.tmpl is still used, so people having their own templates don't have
to change them. "cmd=manifest" still works, new style URLs are not affected,
because they already used "/file/".
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Tue, 26 Feb 2008 22:42:37 +0100 |
parents | 3c8f0dc9a6d3 |
children | 7f58dec6aeb7 |
line wrap: on
line diff
--- a/templates/filerevision.tmpl Tue Feb 26 22:21:34 2008 +0100 +++ b/templates/filerevision.tmpl Tue Feb 26 22:42:37 2008 +0100 @@ -8,7 +8,7 @@ <a href="#url#shortlog/#rev#{sessionvars%urlparameter}">shortlog</a> <a href="#url#tags{sessionvars%urlparameter}">tags</a> <a href="#url#rev/#node|short#{sessionvars%urlparameter}">changeset</a> -<a href="#url#file/#node|short##path|urlescape#{sessionvars%urlparameter}">manifest</a> +<a href="#url#file/#node|short##path|urlescape#{sessionvars%urlparameter}">files</a> <a href="#url#log/#node|short#/#file|urlescape#{sessionvars%urlparameter}">revisions</a> <a href="#url#annotate/#node|short#/#file|urlescape#{sessionvars%urlparameter}">annotate</a> <a href="#url#raw-file/#node|short#/#file|urlescape#">raw</a>