summaryrefslogtreecommitdiffstats
path: root/app/views/users/_groups.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/users/_groups.html.erb')
-rw-r--r--app/views/users/_groups.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/_groups.html.erb b/app/views/users/_groups.html.erb
index 0ab2f11eb..e24296ef0 100644
--- a/app/views/users/_groups.html.erb
+++ b/app/views/users/_groups.html.erb
@@ -1,4 +1,4 @@
-<% form_for(:user, :url => { :action => 'update' }, :html => {:method => :put}) do %>
+<%= 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 />