Mercurial > hg > soundsoftware-site
view .svn/pristine/9c/9cc9a2ea51ca07fe0569f1c3d1472f322c6a7d0e.svn-base @ 1485:c8d3ad483bea redmine-2.4-integration
Fix stray merge markers
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 15 Jan 2014 13:34:12 +0000 |
parents | 261b3d9a4903 |
children |
line wrap: on
line source
<%= form_for @project, :url => { :action => 'modules', :id => @project }, :html => {:id => 'modules-form', :method => :post} do |f| %> <fieldset class="box"> <legend><%= l(:text_select_project_modules) %></legend> <% Redmine::AccessControl.available_project_modules.each do |m| %> <p><label><%= check_box_tag 'enabled_module_names[]', m, @project.module_enabled?(m) -%> <%= l_or_humanize(m, :prefix => "project_module_") %></label></p> <% end %> </fieldset> <p><%= check_all_links 'modules-form' %></p> <p><%= submit_tag l(:button_save) %></p> <% end %>