diff options
author | r <r@freesoftwareextremist.com> | 2024-04-21 15:34:07 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2024-04-21 15:34:07 +0000 |
commit | ce1680dfd050990d8f3e484b92eb0db350bc3f2c (patch) | |
tree | ac1d27517473410310f744498fa428fe2f7fec00 /templates | |
parent | df77ca02265aec9031871db0edf026d70156532e (diff) | |
download | bloat-ce1680dfd050990d8f3e484b92eb0db350bc3f2c.tar.gz bloat-ce1680dfd050990d8f3e484b92eb0db350bc3f2c.zip |
Make refresh button point to the first page on timeline
Diffstat (limited to 'templates')
-rw-r--r-- | templates/timeline.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/timeline.tmpl b/templates/timeline.tmpl index 8de6705..b3421ba 100644 --- a/templates/timeline.tmpl +++ b/templates/timeline.tmpl @@ -1,6 +1,6 @@ {{with .Data}} {{template "header.tmpl" (WithContext .CommonData $.Ctx)}} -<h1>{{.Title}} <a class="page-link" href="{{$.Ctx.Referrer}}" accesskey="T" title="Refresh (T)">refresh</a></h1> +<h1>{{.Title}} <a class="page-link" href="{{.RefreshLink}}" accesskey="T" title="Refresh (T)">refresh</a></h1> {{if eq .Type "remote"}} <form action="/timeline/remote" method="GET"> |