summaryrefslogtreecommitdiffstats
path: root/web.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-26 16:41:16 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-26 16:41:16 -0400
commitdd6246877d8dd2de5f71f51c58a90eb155785c34 (patch)
tree12cd46c291c2e2adf61eeccb638b771a66761d52 /web.go
parent4b9eef50c9bf91e6ca2d85d9e63dc69b0ffba737 (diff)
downloadgitea-dd6246877d8dd2de5f71f51c58a90eb155785c34.tar.gz
gitea-dd6246877d8dd2de5f71f51c58a90eb155785c34.zip
Almost done diff page
Diffstat (limited to 'web.go')
-rw-r--r--web.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/web.go b/web.go
index 6bc55908b8..3c7abc58cc 100644
--- a/web.go
+++ b/web.go
@@ -159,7 +159,6 @@ func runWeb(*cli.Context) {
r.Get("/commits/:branchname", repo.Commits)
}, ignSignIn, middleware.RepoAssignment(true))
- // TODO: implement single commit page
m.Get("/:username/:reponame/commit/:commitid/**", ignSignIn, middleware.RepoAssignment(true), repo.Diff)
m.Get("/:username/:reponame/commit/:commitid", ignSignIn, middleware.RepoAssignment(true), repo.Diff)