Combine UI and data in repo home page
This commit is contained in:
parent
df7f20a87b
commit
398809b135
2 changed files with 13 additions and 42 deletions
1
web.go
1
web.go
|
@ -40,6 +40,7 @@ var AppHelpers template.FuncMap = map[string]interface{}{
|
|||
"AppVer": func() string {
|
||||
return APP_VER
|
||||
},
|
||||
"TimeSince": base.TimeSince,
|
||||
}
|
||||
|
||||
func runWeb(*cli.Context) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue