summaryrefslogtreecommitdiffstats
path: root/app/views/groups/_users.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/_users.html.erb')
-rw-r--r--app/views/groups/_users.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/_users.html.erb b/app/views/groups/_users.html.erb
index e471f52c7..48c216ee9 100644
--- a/app/views/groups/_users.html.erb
+++ b/app/views/groups/_users.html.erb
@@ -29,7 +29,7 @@
<% remote_form_for(:group, @group, :url => {:controller => 'groups', :action => 'add_users', :id => @group}, :method => :post) do |f| %>
<fieldset><legend><%=l(:label_user_new)%></legend>
- <p><%= text_field_tag 'user_search', nil, :size => "40" %></p>
+ <p><%= text_field_tag 'user_search', nil %></p>
<%= observe_field(:user_search,
:frequency => 0.5,
:update => :users,