diff options
Diffstat (limited to 'templates/repo/projects/new.tmpl')
-rw-r--r-- | templates/repo/projects/new.tmpl | 8 |
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 00000000..e70f3bca --- /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" .}} |