]> source.dussan.org Git - gitea.git/commit
Integrate templates into bindata optionally (#314)
authorThomas Boerger <thomas@webhippie.de>
Tue, 6 Dec 2016 17:58:31 +0000 (18:58 +0100)
committerGitHub <noreply@github.com>
Tue, 6 Dec 2016 17:58:31 +0000 (18:58 +0100)
commit83ed234472c85057100db5cc537049812c3a288c
treed6bb6623eb36dce5586c6f43495d99bb94b35827
parent1b5b297c398a547b506029ac5a527ba9a5891ffb
Integrate templates into bindata optionally (#314)

Integrated optional bindata for the templates
17 files changed:
.gitignore
cmd/web.go
models/git_diff.go
models/mail.go
modules/highlight/highlight.go [new file with mode: 0644]
modules/public/public.go
modules/public/static.go
modules/template/highlight/highlight.go [deleted file]
modules/template/template.go [deleted file]
modules/templates/dynamic.go [new file with mode: 0644]
modules/templates/helper.go [new file with mode: 0644]
modules/templates/static.go [new file with mode: 0644]
modules/templates/templates.go [new file with mode: 0644]
routers/init.go
routers/repo/editor.go
routers/repo/view.go
templates/.VERSION [deleted file]