diff options
author | Unknwon <u@gogs.io> | 2015-03-21 09:24:59 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-03-21 09:24:59 -0400 |
commit | 75cbb32b1e9e32093ccb7e2495da7e2eca57e6c9 (patch) | |
tree | 478266d404785a717b8376113f6cd045605d5bfe /templates/repo/issue/view.tmpl | |
parent | b6f8b486c79a46219dd1d2f3136c411594cc8f6d (diff) | |
download | gitea-75cbb32b1e9e32093ccb7e2495da7e2eca57e6c9.tar.gz gitea-75cbb32b1e9e32093ccb7e2495da7e2eca57e6c9.zip |
UI compatibility
Diffstat (limited to 'templates/repo/issue/view.tmpl')
-rw-r--r-- | templates/repo/issue/view.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/issue/view.tmpl b/templates/repo/issue/view.tmpl index 31231515fc..b52ef5055d 100644 --- a/templates/repo/issue/view.tmpl +++ b/templates/repo/issue/view.tmpl @@ -1,4 +1,4 @@ -{{template "base/head" .}} +{{template "base/head_old" .}} {{template "base/navbar" .}} {{template "repo/nav" .}} {{template "repo/toolbar" .}} @@ -279,4 +279,4 @@ </div> </div> </div> -{{template "base/footer" .}} +{{template "base/footer_old" .}} |