Download:
child 4:a13bf07ea76c
parent 2:4ced8ad98e38
3:86f8a488ccb2
Anton Shestakov <av6@dwimlabs.net>, Tue, 04 Oct 2016 14:15:34 +0800
files: make page titles use similar style

3 файлов изменено, 3 вставок(+), 3 удалений(-) [+]
filecomparison.tmpl file | annotate | diff | comparison | revisions
filediff.tmpl file | annotate | diff | comparison | revisions
filelog.tmpl file | annotate | diff | comparison | revisions
--- a/filecomparison.tmpl Tue Oct 04 13:11:47 2016 +0800
+++ b/filecomparison.tmpl Tue Oct 04 14:15:34 2016 +0800
@@ -1,6 +1,6 @@
{header}
- <title>{file|escape} at {symrev|escape} (comparison) · {repo|escape}</title>
+ <title>{file|escape} comparison at {symrev|escape} · {repo|escape}</title>
<link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}">
<link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}">
</head>
--- a/filediff.tmpl Tue Oct 04 13:11:47 2016 +0800
+++ b/filediff.tmpl Tue Oct 04 14:15:34 2016 +0800
@@ -1,6 +1,6 @@
{header}
- <title>{file|escape} diff · {repo|escape}</title>
+ <title>{file|escape} diff at {symrev|escape} · {repo|escape}</title>
<link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}">
<link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}">
</head>
--- a/filelog.tmpl Tue Oct 04 13:11:47 2016 +0800
+++ b/filelog.tmpl Tue Oct 04 14:15:34 2016 +0800
@@ -1,6 +1,6 @@
{header}
- <title>File revisions · {repo|escape}</title>
+ <title>{file|escape} revisions · {repo|escape}</title>
<link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}">
<link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}">
</head>