Flex List (standalone)
- +
@@ -102,6 +102,14 @@
item 2
If parent provides the padding/margin space:
+
+
+
+ item 1 (no padding top)
+ item 2 (no padding bottom)
+ diff --git a/templates/devtest/flex-list.tmpl b/templates/devtest/flex-list.tmpl index c962ba8c724b9..80cd22440d48e 100644 --- a/templates/devtest/flex-list.tmpl +++ b/templates/devtest/flex-list.tmpl @@ -3,7 +3,7 @@
{{.locale.Tr "packages.empty.documentation" "https://docs.gitea.com/usage/packages/overview/" | Safe}}
{{.locale.Tr "packages.filter.no_result"}}
+{{.locale.Tr "packages.filter.no_result"}}
{{end}} {{end}} {{template "base/paginate" .}} diff --git a/templates/package/shared/versionlist.tmpl b/templates/package/shared/versionlist.tmpl index 897f4d716ae86..e8043b9abba35 100644 --- a/templates/package/shared/versionlist.tmpl +++ b/templates/package/shared/versionlist.tmpl @@ -18,8 +18,9 @@{{.locale.Tr "packages.filter.no_result"}}
+{{.locale.Tr "packages.filter.no_result"}}
{{end}} {{template "base/paginate" .}}