diff options
Diffstat (limited to 'app/views/projects/pages/new.html.haml')
-rw-r--r-- | app/views/projects/pages/new.html.haml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/projects/pages/new.html.haml b/app/views/projects/pages/new.html.haml new file mode 100644 index 00000000000..2609df62aac --- /dev/null +++ b/app/views/projects/pages/new.html.haml @@ -0,0 +1,6 @@ +- page_title 'Pages' +%h3.page_title + New Pages Domain +%hr.clearfix +%div + = render 'form' |