Combine UI and data in repo home page

This commit is contained in:
Unknown 2014-03-14 02:40:07 -04:00
parent df7f20a87b
commit 398809b135
2 changed files with 13 additions and 42 deletions

1
web.go
View file

@ -40,6 +40,7 @@ var AppHelpers template.FuncMap = map[string]interface{}{
"AppVer": func() string {
return APP_VER
},
"TimeSince": base.TimeSince,
}
func runWeb(*cli.Context) {