From e68b9d00a6e05b3a941f63ffb696f91e554ac5ec Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 18 Oct 2024 20:33:49 +0200 Subject: Adding upstream version 9.0.3. Signed-off-by: Daniel Baumann --- templates/admin/repo/unadopted.tmpl | 75 +++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 templates/admin/repo/unadopted.tmpl (limited to 'templates/admin/repo/unadopted.tmpl') diff --git a/templates/admin/repo/unadopted.tmpl b/templates/admin/repo/unadopted.tmpl new file mode 100644 index 0000000..a33cb43 --- /dev/null +++ b/templates/admin/repo/unadopted.tmpl @@ -0,0 +1,75 @@ +{{template "admin/layout_head" (dict "ctxData" . "pageClass" "admin")}} +
+

+ {{ctx.Locale.Tr "admin.repos.unadopted"}} + +

+
+
+
+ + + {{template "shared/search/button"}} +
+
+
+ {{if .search}} +
+ {{if .Dirs}} +
+ {{range $dirI, $dir := .Dirs}} +
+ {{svg "octicon-file-directory-fill"}} {{$dir}} +
+ + + + +
+
+ {{end}} +
+ {{template "base/paginate" .}} + {{else}} +
+ {{ctx.Locale.Tr "admin.repos.unadopted.no_more"}} +
+ {{template "base/paginate" .}} + {{end}} +
+ {{end}} +
+ +{{template "admin/layout_footer" .}} -- cgit v1.2.3