summaryrefslogtreecommitdiffstats
path: root/routers/dashboard.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-16 03:41:22 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-16 03:41:22 -0400
commit8de9517862acd77c27da015654fc236a6722d188 (patch)
tree5f228f7f9948945dfd4629f05c9d69eb28332e9d /routers/dashboard.go
parentc3e0554fd77f976b58a8da10d4878353bb895a78 (diff)
downloadgitea-8de9517862acd77c27da015654fc236a6722d188.tar.gz
gitea-8de9517862acd77c27da015654fc236a6722d188.zip
Mirror fix
Diffstat (limited to 'routers/dashboard.go')
-rw-r--r--routers/dashboard.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/routers/dashboard.go b/routers/dashboard.go
index cab1662fc3..ddaef0cb56 100644
--- a/routers/dashboard.go
+++ b/routers/dashboard.go
@@ -17,3 +17,7 @@ func Home(ctx *middleware.Context) {
ctx.Data["PageIsHome"] = true
ctx.Render.HTML(200, "home", ctx.Data)
}
+
+func Help(ctx *middleware.Context) string {
+ return "This is help page"
+}