aboutsummaryrefslogtreecommitdiff
path: root/web.go
diff options
context:
space:
mode:
Diffstat (limited to 'web.go')
-rw-r--r--web.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/web.go b/web.go
index 1fa19afc..f416d96e 100644
--- a/web.go
+++ b/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) {