1
0
Fork 0
forked from forgejo/forgejo

Mirror bug fix

This commit is contained in:
Unknown 2014-04-11 12:14:11 -04:00
parent 65c2c62982
commit 11f54b1426
4 changed files with 13 additions and 336 deletions

View file

@ -67,6 +67,9 @@ var TemplateFuncs template.FuncMap = map[string]interface{}{
"TimeSince": TimeSince,
"FileSize": FileSize,
"Subtract": Subtract,
"Add": func(a, b int) int {
return a + b
},
"ActionIcon": ActionIcon,
"ActionDesc": ActionDesc,
"DateFormat": DateFormat,