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 | |
parent | b6f8b486c79a46219dd1d2f3136c411594cc8f6d (diff) | |
download | gitea-75cbb32b1e9e32093ccb7e2495da7e2eca57e6c9.tar.gz gitea-75cbb32b1e9e32093ccb7e2495da7e2eca57e6c9.zip |
UI compatibility
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/issue/create.tmpl | 4 | ||||
-rw-r--r-- | templates/repo/issue/list.tmpl | 4 | ||||
-rw-r--r-- | templates/repo/issue/milestone.tmpl | 4 | ||||
-rw-r--r-- | templates/repo/issue/milestone_edit.tmpl | 4 | ||||
-rw-r--r-- | templates/repo/issue/milestone_new.tmpl | 4 | ||||
-rw-r--r-- | templates/repo/issue/view.tmpl | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/templates/repo/issue/create.tmpl b/templates/repo/issue/create.tmpl index a2471a0638..ed7ba3559c 100644 --- a/templates/repo/issue/create.tmpl +++ b/templates/repo/issue/create.tmpl @@ -1,4 +1,4 @@ -{{template "base/head" .}} +{{template "base/head_old" .}} {{template "base/navbar" .}} {{template "repo/nav" .}} {{template "repo/toolbar" .}} @@ -123,4 +123,4 @@ </form> </div> </div> -{{template "base/footer" .}} +{{template "base/footer_old" .}} diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl index db2d0752c1..0c817bc1d8 100644 --- a/templates/repo/issue/list.tmpl +++ b/templates/repo/issue/list.tmpl @@ -1,4 +1,4 @@ -{{template "base/head" .}} +{{template "base/head_old" .}} {{template "base/navbar" .}} {{template "repo/nav" .}} {{template "repo/toolbar" .}} @@ -117,4 +117,4 @@ }); }); </script> -{{template "base/footer" .}} +{{template "base/footer_old" .}} diff --git a/templates/repo/issue/milestone.tmpl b/templates/repo/issue/milestone.tmpl index 8fc3c25347..a09b26001f 100644 --- a/templates/repo/issue/milestone.tmpl +++ b/templates/repo/issue/milestone.tmpl @@ -1,4 +1,4 @@ -{{template "base/head" .}} +{{template "base/head_old" .}} {{template "base/navbar" .}} {{template "repo/nav" .}} {{template "repo/toolbar" .}} @@ -40,4 +40,4 @@ </div> </div> </div> -{{template "base/footer" .}} +{{template "base/footer_old" .}} diff --git a/templates/repo/issue/milestone_edit.tmpl b/templates/repo/issue/milestone_edit.tmpl index 8f1a05e012..f3898fa800 100644 --- a/templates/repo/issue/milestone_edit.tmpl +++ b/templates/repo/issue/milestone_edit.tmpl @@ -1,4 +1,4 @@ -{{template "base/head" .}} +{{template "base/head_old" .}} {{template "base/navbar" .}} {{template "repo/nav" .}} {{template "repo/toolbar" .}} @@ -58,4 +58,4 @@ }); }); </script> -{{template "base/footer" .}} +{{template "base/footer_old" .}} diff --git a/templates/repo/issue/milestone_new.tmpl b/templates/repo/issue/milestone_new.tmpl index 044b7d1061..2d9f60f495 100644 --- a/templates/repo/issue/milestone_new.tmpl +++ b/templates/repo/issue/milestone_new.tmpl @@ -1,4 +1,4 @@ -{{template "base/head" .}} +{{template "base/head_old" .}} {{template "base/navbar" .}} {{template "repo/nav" .}} {{template "repo/toolbar" .}} @@ -59,4 +59,4 @@ }); }); </script> -{{template "base/footer" .}} +{{template "base/footer_old" .}} 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" .}} |