summaryrefslogtreecommitdiffstats
path: root/app/views/projects/new.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/new.html.erb')
-rw-r--r--app/views/projects/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/new.html.erb b/app/views/projects/new.html.erb
index deca4e344..062073c5d 100644
--- a/app/views/projects/new.html.erb
+++ b/app/views/projects/new.html.erb
@@ -1,6 +1,6 @@
<h2><%=l(:label_project_new)%></h2>
-<% labelled_form_for @project do |f| %>
+<%= labelled_form_for @project do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_create) %>
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %>