1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-06-27 16:35:57 +00:00

Integrate templates into bindata optionally (#314)

Integrated optional bindata for the templates
This commit is contained in:
Thomas Boerger 2016-12-06 18:58:31 +01:00 committed by GitHub
parent 1b5b297c39
commit 83ed234472
15 changed files with 274 additions and 107 deletions

View file

@ -18,10 +18,10 @@ import (
"code.gitea.io/git"
"code.gitea.io/gitea/modules/base"
"code.gitea.io/gitea/modules/highlight"
"code.gitea.io/gitea/modules/log"
"code.gitea.io/gitea/modules/process"
"code.gitea.io/gitea/modules/setting"
"code.gitea.io/gitea/modules/template/highlight"
"github.com/Unknwon/com"
"github.com/sergi/go-diff/diffmatchpatch"
"golang.org/x/net/html/charset"