mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Add basic render of public act
This commit is contained in:
7
web.go
7
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) {
|
||||
|
Reference in New Issue
Block a user