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}}