1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

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) {