summaryrefslogtreecommitdiffstats
path: root/app/views/projects/copy.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/copy.html.erb')
-rw-r--r--app/views/projects/copy.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/copy.html.erb b/app/views/projects/copy.html.erb
index 66f6d3353..26ec2e5a6 100644
--- a/app/views/projects/copy.html.erb
+++ b/app/views/projects/copy.html.erb
@@ -1,6 +1,6 @@
<h2><%=l(:label_project_new)%></h2>
-<% labelled_form_for @project, :url => { :action => "copy" } do |f| %>
+<%= labelled_form_for @project, :url => { :action => "copy" } do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<fieldset class="box tabular"><legend><%= l(:button_copy) %></legend>