Mercurial > hg > soundsoftware-site
view app/views/users/.svn/text-base/_groups.rhtml.svn-base @ 80:0a679b5bd3b3 luisf
Feature #53: Added the description to the admin's email. May need future fixes in terms of format (HTML and Plain text mail versions).
author | luisf |
---|---|
date | Wed, 15 Dec 2010 16:13:57 +0000 |
parents | 94944d00e43c |
children |
line wrap: on
line source
<% form_for(:user, :url => { :action => 'update' }, :html => {:method => :put}) do %> <div class="box"> <% Group.all.sort.each do |group| %> <label><%= check_box_tag 'user[group_ids][]', group.id, @user.groups.include?(group) %> <%=h group %></label><br /> <% end %> <%= hidden_field_tag 'user[group_ids][]', '' %> </div> <%= submit_tag l(:button_save) %> <% end %>