summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorfuxiaohei <fuxiaohei@vip.qq.com>2014-09-27 19:03:07 +0800
committerfuxiaohei <fuxiaohei@vip.qq.com>2014-09-27 19:03:07 +0800
commit7d48f811f16d3565f161a44e4e98c451cf6c857e (patch)
tree8855c895060e3fec25777dbc2fbe0f9fa09cdbb8 /templates
parente3a27aeb25f5de7daaf279ec049830628e2cc3a6 (diff)
downloadgitea-7d48f811f16d3565f161a44e4e98c451cf6c857e.tar.gz
gitea-7d48f811f16d3565f161a44e4e98c451cf6c857e.zip
add issue router for new issue page ui preview
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/issue2/list.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/repo/issue2/list.tmpl b/templates/repo/issue2/list.tmpl
new file mode 100644
index 0000000000..9616199e19
--- /dev/null
+++ b/templates/repo/issue2/list.tmpl
@@ -0,0 +1,6 @@
+{{template "ng/base/head" .}}
+{{template "ng/base/header" .}}
+<div id="repo-wrapper">
+ {{template "repo/header" .}}
+</div>
+{{template "ng/base/footer" .}} \ No newline at end of file