diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-25 18:27:29 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-25 18:27:29 +0800 |
commit | 6e33e54e71cdb6a100b9048bd6d9567fea2e7c91 (patch) | |
tree | 6b920a74a9af47562f64a387841075e5db310c97 /templates/issue | |
parent | 7f6126dd04142c23fe5565a4c1f8cd8c93158460 (diff) | |
download | gitea-6e33e54e71cdb6a100b9048bd6d9567fea2e7c91.tar.gz gitea-6e33e54e71cdb6a100b9048bd6d9567fea2e7c91.zip |
add issue-create template file
Diffstat (limited to 'templates/issue')
-rw-r--r-- | templates/issue/create.tmpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/issue/create.tmpl b/templates/issue/create.tmpl new file mode 100644 index 0000000000..e71843e6f0 --- /dev/null +++ b/templates/issue/create.tmpl @@ -0,0 +1,10 @@ +{{template "base/head" .}} +{{template "base/navbar" .}} +{{template "repo/nav" .}} +{{template "repo/toolbar" .}} +<div id="gogs-body" class="container"> + <div id="gogs-source"> + new-issues + </div> +</div> +{{template "base/footer" .}}
\ No newline at end of file |