From fba6ed4141643646b2de8dd120ae3db3cc1299a6 Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Sat, 11 Jun 2022 12:43:48 +0300 Subject: [PATCH] Recent changes: Move the count selector and feed links to the bottom That's where you need them --- history/histweb/view_recent_changes.html | 42 ++++++++++++------------ 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/history/histweb/view_recent_changes.html b/history/histweb/view_recent_changes.html index 0dececc..02842ff 100644 --- a/history/histweb/view_recent_changes.html +++ b/history/histweb/view_recent_changes.html @@ -6,27 +6,6 @@

{{template "recent changes"}}

-

- {{block "count pre" .}}See{{end}} - {{ $editCount := .EditCount }} - {{range $i, $m := .Stops }} - {{if gt $i 0}} - - {{end}} - {{if $m | eq $editCount}} - {{$m}} - {{else}} - {{$m}} - {{end}} - {{end}} - {{block "count post" .}}recent changes{{end}} -

- -

- - {{block "subscribe via" .}}Subscribe via RSS, Atom or JSON feed.{{end}} -

- {{$userHypha := .UserHypha}} {{$year := 0}}{{$month := 0}}{{$day := 0}}
@@ -65,5 +44,26 @@

{{block "recent empty" .}}No recent changes found.{{end}}

{{end}}
+ +

+ {{block "count pre" .}}See{{end}} + {{ $editCount := .EditCount }} + {{range $i, $m := .Stops }} + {{if gt $i 0}} + + {{end}} + {{if $m | eq $editCount}} + {{$m}} + {{else}} + {{$m}} + {{end}} + {{end}} + {{block "count post" .}}recent changes{{end}} +

+ +

+ + {{block "subscribe via" .}}Subscribe via RSS, Atom or JSON feed.{{end}} +

{{end}}