aboutsummaryrefslogtreecommitdiff
path: root/templates/repo_contrib_num.tmpl
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-19 08:45:09 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-19 08:49:05 +0800
commitded9d435b081ab552d8c5d4e1f655e7b26a8be0a (patch)
tree6c5698994b393d9b10c53550ce379ef8ce403565 /templates/repo_contrib_num.tmpl
parenthttp: Add blank contrib/%d template (diff)
downloadforge-ded9d435b081ab552d8c5d4e1f655e7b26a8be0a.tar.gz
forge-ded9d435b081ab552d8c5d4e1f655e7b26a8be0a.tar.zst
forge-ded9d435b081ab552d8c5d4e1f655e7b26a8be0a.zip
repo/contrib: Display merge request diffs
Diffstat (limited to 'templates/repo_contrib_num.tmpl')
-rw-r--r--templates/repo_contrib_num.tmpl18
1 files changed, 0 insertions, 18 deletions
diff --git a/templates/repo_contrib_num.tmpl b/templates/repo_contrib_num.tmpl
deleted file mode 100644
index dc34c53..0000000
--- a/templates/repo_contrib_num.tmpl
+++ /dev/null
@@ -1,18 +0,0 @@
-{{- 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 -}}