Mercurial > hg > soundsoftware-site
comparison .svn/pristine/11/1155c5733fc69fa605b0b34e8b29755f3beb4693.svn-base @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1295:622f24f53b42 |
---|---|
1 <%= form_for(:user, :url => { :action => 'update' }, :html => {:method => :put}) do %> | |
2 <div class="box"> | |
3 <% Group.all.sort.each do |group| %> | |
4 <label><%= check_box_tag 'user[group_ids][]', group.id, @user.groups.include?(group) %> <%=h group %></label><br /> | |
5 <% end %> | |
6 <%= hidden_field_tag 'user[group_ids][]', '' %> | |
7 </div> | |
8 <%= submit_tag l(:button_save) %> | |
9 <% end %> |