From 562f9b6eae72e3f952a2ce1e74249bcd44e69272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20=22BKC=22=20Carlb=C3=A4cker?= Date: Mon, 7 Nov 2016 11:44:49 +0100 Subject: [PATCH] Merge all pagination-templates into 'base/paginate' to reduce code-duplicity --- templates/admin/base/page.tmpl | 23 ------------------- templates/admin/org/list.tmpl | 2 +- templates/admin/repo/list.tmpl | 2 +- templates/admin/user/list.tmpl | 2 +- .../{explore/page.tmpl => base/paginate.tmpl} | 4 +++- templates/explore/organizations.tmpl | 2 +- templates/explore/repos.tmpl | 2 +- templates/explore/users.tmpl | 2 +- templates/org/home.tmpl | 2 +- templates/repo/release/list.tmpl | 2 +- templates/user/profile.tmpl | 2 +- 11 files changed, 12 insertions(+), 33 deletions(-) delete mode 100644 templates/admin/base/page.tmpl rename templates/{explore/page.tmpl => base/paginate.tmpl} (64%) diff --git a/templates/admin/base/page.tmpl b/templates/admin/base/page.tmpl deleted file mode 100644 index 564d7dec3..000000000 --- a/templates/admin/base/page.tmpl +++ /dev/null @@ -1,23 +0,0 @@ - {{with .Page}} - {{if gt .TotalPages 1}} -
- -
- {{end}} - {{end}} diff --git a/templates/admin/org/list.tmpl b/templates/admin/org/list.tmpl index 6b9423d03..244f915c9 100644 --- a/templates/admin/org/list.tmpl +++ b/templates/admin/org/list.tmpl @@ -40,7 +40,7 @@ - {{template "admin/base/page" .}} + {{template "base/paginate" .}} diff --git a/templates/admin/repo/list.tmpl b/templates/admin/repo/list.tmpl index 4b1d98b94..8db51489d 100644 --- a/templates/admin/repo/list.tmpl +++ b/templates/admin/repo/list.tmpl @@ -44,7 +44,7 @@ - {{template "admin/base/page" .}} + {{template "base/paginage" .}} diff --git a/templates/admin/user/list.tmpl b/templates/admin/user/list.tmpl index 8c7a0c9a9..f1ebf4a34 100644 --- a/templates/admin/user/list.tmpl +++ b/templates/admin/user/list.tmpl @@ -45,7 +45,7 @@ - {{template "admin/base/page" .}} + {{template "base/paginate" .}} diff --git a/templates/explore/page.tmpl b/templates/base/paginate.tmpl similarity index 64% rename from templates/explore/page.tmpl rename to templates/base/paginate.tmpl index fd3e7a7a8..afe34c632 100644 --- a/templates/explore/page.tmpl +++ b/templates/base/paginate.tmpl @@ -2,6 +2,7 @@ {{if gt .TotalPages 1}}
{{end}} diff --git a/templates/explore/organizations.tmpl b/templates/explore/organizations.tmpl index 6953414e8..c44456be4 100644 --- a/templates/explore/organizations.tmpl +++ b/templates/explore/organizations.tmpl @@ -27,7 +27,7 @@ {{end}} - {{template "explore/page" .}} + {{template "base/paginate" .}} diff --git a/templates/explore/repos.tmpl b/templates/explore/repos.tmpl index 080a5076f..eac3f1d26 100644 --- a/templates/explore/repos.tmpl +++ b/templates/explore/repos.tmpl @@ -6,7 +6,7 @@
{{template "explore/search" .}} {{template "explore/repo_list" .}} - {{template "explore/page" .}} + {{template "base/paginate" .}}
diff --git a/templates/explore/users.tmpl b/templates/explore/users.tmpl index c13ccc697..ce356f4fd 100644 --- a/templates/explore/users.tmpl +++ b/templates/explore/users.tmpl @@ -27,7 +27,7 @@ {{end}} - {{template "explore/page" .}} + {{template "base/paginate" .}} diff --git a/templates/org/home.tmpl b/templates/org/home.tmpl index 17b0ade8c..69de8d348 100644 --- a/templates/org/home.tmpl +++ b/templates/org/home.tmpl @@ -32,7 +32,7 @@
{{end}} {{template "explore/repo_list" .}} - {{template "explore/page" .}} + {{template "base/paginate" .}}
diff --git a/templates/repo/release/list.tmpl b/templates/repo/release/list.tmpl index c22897c51..477ab6b52 100644 --- a/templates/repo/release/list.tmpl +++ b/templates/repo/release/list.tmpl @@ -75,7 +75,7 @@ {{end}} - {{template "admin/base/page" .}} + {{template "base/paginage" .}}
{{template "base/footer" .}} diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index 4bcc92d95..a7edd88c6 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -86,7 +86,7 @@ {{if ne .TabName "activity"}} {{template "explore/repo_list" .}} - {{template "explore/page" .}} + {{template "base/paginate" .}} {{else}}