From 8d3b32644b75f7c119b3424ed9bb12b756a0d271 2011-04-29 07:31:21 From: Jean-Philippe Lang Date: 2011-04-29 07:31:21 Subject: [PATCH] Merged r5330 from trunk. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.1-stable@5583 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/projects/copy.rhtml b/app/views/projects/copy.rhtml index dfcd443..2e7f1ee 100644 --- a/app/views/projects/copy.rhtml +++ b/app/views/projects/copy.rhtml @@ -3,15 +3,6 @@ <% labelled_tabular_form_for :project, @project, :url => { :action => "copy" } do |f| %> <%= render :partial => 'form', :locals => { :f => f } %> -
<%= l(:label_module_plural) %> -<% Redmine::AccessControl.available_project_modules.each do |m| %> - -<% end %> -
-
<%= l(:button_copy) %>