aboutsummaryrefslogtreecommitdiff
path: root/http_handle_repo_index.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-03 18:54:56 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-03 18:54:56 +0800
commit041ec1330a999aa77b6abc71f8b6f2f5204d0017 (patch)
tree9deead3f538201d5c5e076351d7a8538dfd75085 /http_handle_repo_index.go
parentREADME: Update status on patch conversions (diff)
downloadforge-041ec1330a999aa77b6abc71f8b6f2f5204d0017.tar.gz
forge-041ec1330a999aa77b6abc71f8b6f2f5204d0017.tar.zst
forge-041ec1330a999aa77b6abc71f8b6f2f5204d0017.zip
HTML: Add contribution guidelines in the MR tabv0.1.16
Diffstat (limited to 'http_handle_repo_index.go')
-rw-r--r--http_handle_repo_index.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/http_handle_repo_index.go b/http_handle_repo_index.go
index 4a60af1..164fd65 100644
--- a/http_handle_repo_index.go
+++ b/http_handle_repo_index.go
@@ -95,8 +95,6 @@ func httpHandleRepoIndex(w http.ResponseWriter, req *http.Request, params map[st
params["commits"] = commits
params["readme_filename"] = readmeFilename
params["readme"] = readmeRendered
- params["http_clone_url"] = genHTTPRemoteURL(groupPath, repoName)
- params["ssh_clone_url"] = genSSHRemoteURL(groupPath, repoName)
params["notes"] = notes
renderTemplate(w, "repo_index", params)