diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-19 08:45:09 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-19 08:49:05 +0800 |
commit | ded9d435b081ab552d8c5d4e1f655e7b26a8be0a (patch) | |
tree | 6c5698994b393d9b10c53550ce379ef8ce403565 /http_handle_repo_contrib_num.go | |
parent | http: Add blank contrib/%d template (diff) | |
download | forge-ded9d435b081ab552d8c5d4e1f655e7b26a8be0a.tar.gz forge-ded9d435b081ab552d8c5d4e1f655e7b26a8be0a.tar.zst forge-ded9d435b081ab552d8c5d4e1f655e7b26a8be0a.zip |
repo/contrib: Display merge request diffs
Diffstat (limited to 'http_handle_repo_contrib_num.go')
-rw-r--r-- | http_handle_repo_contrib_num.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/http_handle_repo_contrib_num.go b/http_handle_repo_contrib_num.go deleted file mode 100644 index c4ed5d1..0000000 --- a/http_handle_repo_contrib_num.go +++ /dev/null @@ -1,9 +0,0 @@ -package main - -import ( - "net/http" -) - -func handle_repo_contrib_num(w http.ResponseWriter, r *http.Request, params map[string]any) { - render_template(w, "repo_contrib_num", params) -} |