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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-14 13:56:03 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-14 13:56:03 +0400
commit5075520fd82d1af83afa77d5eca0ff2fc942d43b (patch)
treeafe801f5a8763563f5f746bac5100a4c9f0a0184 /app/views/projects/new.html.haml
parentf59b7409cb653a6e31b5fdc1f45fab211bc3d646 (diff)
render errors if any on new project page
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r--app/views/projects/new.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index ad4f89bb5b3..e9099f264bc 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -2,6 +2,7 @@
%h3.page_title New Project
%hr
.project-edit-errors
+ = render 'projects/errors'
.project-edit-content
= form_for @project, remote: true do |f|
.clearfix.project_name_holder