Add refresh button on thread page

This commit is contained in:
r 2021-04-03 06:57:31 +00:00
parent 2cb6a515ac
commit a82745175e
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
{{with $s := .Data}}
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
<div class="page-title"> Thread </div>
<div class="notification-title-container">
<span class="page-title"> Thread </span>
<a class="notification-refresh" href="{{$.Ctx.Referrer}}" accesskey="T" title="Refresh (T)">refresh</a>
</div>
{{range .Statuses}}