summaryrefslogtreecommitdiffstats
path: root/templates/repo/projects/new.tmpl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/repo/projects/new.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/repo/projects/new.tmpl b/templates/repo/projects/new.tmpl
new file mode 100644
index 0000000..e70f3bc
--- /dev/null
+++ b/templates/repo/projects/new.tmpl
@@ -0,0 +1,8 @@
+{{template "base/head" .}}
+<div role="main" aria-label="{{.Title}}" class="page-content repository projects edit-project new milestone">
+ {{template "repo/header" .}}
+ <div class="ui container">
+ {{template "projects/new" .}}
+ </div>
+</div>
+{{template "base/footer" .}}