diff --git a/app/views/projects/_form.html.erb b/app/views/projects/_form.html.erb index 864bfb305..5bd5a9f0c 100644 --- a/app/views/projects/_form.html.erb +++ b/app/views/projects/_form.html.erb @@ -29,7 +29,7 @@ <% if @project.safe_attribute?('enabled_module_names') %> -
<%= l(:label_module_plural) %> +
<%= toggle_checkboxes_link('#project_modules input[type="checkbox"]') %><%= l(:label_module_plural) %> <% Redmine::AccessControl.available_project_modules.each do |m| %>