aboutsummaryrefslogtreecommitdiff
path: root/web.go
diff options
context:
space:
mode:
Diffstat (limited to 'web.go')
-rw-r--r--web.go7
1 files changed, 5 insertions, 2 deletions
diff --git a/web.go b/web.go
index 7d04fc60..60992f45 100644
--- a/web.go
+++ b/web.go
@@ -40,8 +40,11 @@ var AppHelpers template.FuncMap = map[string]interface{}{
"AppVer": func() string {
return APP_VER
},
- "TimeSince": base.TimeSince,
- "Subtract": base.Subtract,
+ "str2html": base.Str2html,
+ "TimeSince": base.TimeSince,
+ "Subtract": base.Subtract,
+ "ActionIcon": base.ActionIcon,
+ "ActionDesc": base.ActionDesc,
}
func runWeb(*cli.Context) {