aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-19 01:20:19 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-19 01:20:19 +0800
commit1f27db389c23c36a5e2b8365768ed218a78e6af1 (patch)
treed4021bafb4cf5a5b092b8cb06ae389ce5b36793f /templates
parentcontrib/index: Remove erroneous go-git/v5 (diff)
downloadforge-1f27db389c23c36a5e2b8365768ed218a78e6af1.tar.gz
forge-1f27db389c23c36a5e2b8365768ed218a78e6af1.tar.zst
forge-1f27db389c23c36a5e2b8365768ed218a78e6af1.zip
http: Add blank contrib/%d template
Diffstat (limited to '')
-rw-r--r--templates/repo_contrib_num.tmpl18
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/repo_contrib_num.tmpl b/templates/repo_contrib_num.tmpl
new file mode 100644
index 0000000..dc34c53
--- /dev/null
+++ b/templates/repo_contrib_num.tmpl
@@ -0,0 +1,18 @@
+{{- define "repo_contrib_num" -}}
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ {{ template "head_common" . }}
+ <title>Merge requests &ndash; {{ .repo_name }} &ndash; {{ .group_name }} &ndash; {{ .global.forge_title }}</title>
+ </head>
+ <body class="repo-contrib-num">
+ {{ template "header" . }}
+ <div class="padding-wrapper">
+ Test
+ </div>
+ <footer>
+ {{ template "footer" . }}
+ </footer>
+ </body>
+</html>
+{{- end -}}