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.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/copy.html.erb b/app/views/projects/copy.html.erb
index 1ea4d43cd..66f6d3353 100644
--- a/app/views/projects/copy.html.erb
+++ b/app/views/projects/copy.html.erb
@@ -1,9 +1,9 @@
<h2><%=l(:label_project_new)%></h2>
-<% labelled_tabular_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"><legend><%= l(:button_copy) %></legend>
+<fieldset class="box tabular"><legend><%= l(:button_copy) %></legend>
<label class="block"><%= check_box_tag 'only[]', 'members', true %> <%= l(:label_member_plural) %> (<%= @source_project.members.count %>)</label>
<label class="block"><%= check_box_tag 'only[]', 'versions', true %> <%= l(:label_version_plural) %> (<%= @source_project.versions.count %>)</label>
<label class="block"><%= check_box_tag 'only[]', 'issue_categories', true %> <%= l(:label_issue_category_plural) %> (<%= @source_project.issue_categories.count %>)</label>