Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-11-08 21:23:13 +0400
committergitlabhq <m@gitlabhq.com>2011-11-08 21:23:13 +0400
commit49bced3a24ec81d782296def8a3e864e781ef9dd (patch)
tree3ed56ed21863b0bffd6f3ba7f73d69f345541ccc /app/views/projects/new.html.haml
parent1c543bdfa8cb5698d173da57b055fd3006e591dc (diff)
project form fixed
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r--app/views/projects/new.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
new file mode 100644
index 00000000000..65639a53649
--- /dev/null
+++ b/app/views/projects/new.html.haml
@@ -0,0 +1,8 @@
+.new-project-hodler
+ .container_4
+ %h2.icon
+ %span
+ New Project
+
+ %div.clear
+ = render 'form'