diff options
Diffstat (limited to 'http_handle_branches.go')
-rw-r--r-- | http_handle_branches.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http_handle_branches.go b/http_handle_branches.go index 659287f..7709d4e 100644 --- a/http_handle_branches.go +++ b/http_handle_branches.go @@ -42,5 +42,5 @@ func (s *Server) httpHandleRepoBranches(writer http.ResponseWriter, _ *http.Requ params["ssh_clone_url"] = s.genSSHRemoteURL(groupPath, repoName) params["notes"] = notes - renderTemplate(writer, "repo_branches", params) + s.renderTemplate(writer, "repo_branches", params) } |