Working on install page

This commit is contained in:
Unknown 2014-03-28 18:40:31 -04:00
parent a55941ff83
commit 6e376bb85c
4 changed files with 57 additions and 6 deletions

2
web.go
View file

@ -90,7 +90,7 @@ func runWeb(*cli.Context) {
// Routers.
m.Get("/", ignSignIn, routers.Home)
m.Get("/install", routers.Install)
m.Any("/install", routers.Install)
m.Get("/issues", reqSignIn, user.Issues)
m.Get("/pulls", reqSignIn, user.Pulls)
m.Get("/stars", reqSignIn, user.Stars)