aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2025-02-27 20:05:28 +0100
committerGitHub <noreply@github.com>2025-02-27 19:05:28 +0000
commit8362a4155929007b8d02b63a2e657557edb08fb9 (patch)
tree98831b667c2079154dee3aea0f7e17d911dcf5c1
parentf52e31f5ce88796f7a75c92dd721de4020784e7c (diff)
downloadgitea-8362a4155929007b8d02b63a2e657557edb08fb9.tar.gz
gitea-8362a4155929007b8d02b63a2e657557edb08fb9.zip
Remove superflous tw-content-center (#33741)
-rw-r--r--templates/base/paginate.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/paginate.tmpl b/templates/base/paginate.tmpl
index 9a7a6322f7..253892c009 100644
--- a/templates/base/paginate.tmpl
+++ b/templates/base/paginate.tmpl
@@ -17,7 +17,7 @@
{{if eq .Num -1}}
<a class="disabled item">...</a>
{{else}}
- <a class="{{if .IsCurrent}}active {{end}}item tw-content-center" {{if not .IsCurrent}}href="{{$paginationLink}}?page={{.Num}}{{if $paginationParams}}&{{$paginationParams}}{{end}}"{{end}}>{{.Num}}</a>
+ <a class="{{if .IsCurrent}}active {{end}}item" {{if not .IsCurrent}}href="{{$paginationLink}}?page={{.Num}}{{if $paginationParams}}&{{$paginationParams}}{{end}}"{{end}}>{{.Num}}</a>
{{end}}
{{end}}
<a class="{{if not .HasNext}}disabled{{end}} item navigation" {{if .HasNext}}href="{{$paginationLink}}?page={{.Next}}{{if $paginationParams}}&{{$paginationParams}}{{end}}"{{end}}>