From 15d20a438c878d51809fa5508e9f7fb5c34269ec Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 25 Jun 2018 09:48:20 +0000 Subject: [PATCH] Add check/unchek all icon in "Copy" section on copy_project page (#29080). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17417 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/projects/copy.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/copy.html.erb b/app/views/projects/copy.html.erb index ee725ebd9..f5524b965 100644 --- a/app/views/projects/copy.html.erb +++ b/app/views/projects/copy.html.erb @@ -3,7 +3,7 @@ <%= labelled_form_for @project, :url => { :action => "copy" } do |f| %> <%= render :partial => 'form', :locals => { :f => f } %> -
<%= l(:button_copy) %> +
<%= toggle_checkboxes_link('.box input[type="checkbox"][name="only[]"]') %><%= l(:button_copy) %>