diff options
-rw-r--r-- | app/views/projects/new.html.haml | 1 |
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 |