diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 12:07:11 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 12:07:11 +0000 |
commit | 5e5ab1eac4044952d2a55e65eb043817cfc7b3cf (patch) | |
tree | 6db5b38bef6462cf08fa7d8afaf6db5240292919 /app/views/groups | |
parent | d9d523416d0d5e4eb35045481ce240f884df73c3 (diff) | |
download | redmine-5e5ab1eac4044952d2a55e65eb043817cfc7b3cf.tar.gz redmine-5e5ab1eac4044952d2a55e65eb043817cfc7b3cf.zip |
remove trailing white-spaces from app/views/groups/_users.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7340 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/groups')
-rw-r--r-- | app/views/groups/_users.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/groups/_users.html.erb b/app/views/groups/_users.html.erb index 805e5140a..ad6262249 100644 --- a/app/views/groups/_users.html.erb +++ b/app/views/groups/_users.html.erb @@ -36,11 +36,11 @@ :url => { :controller => 'groups', :action => 'autocomplete_for_user', :id => @group }, :with => 'q') %> - + <div id="users"> <%= principals_check_box_tags 'user_ids[]', users %> </div> - + <p><%= submit_tag l(:button_add) %></p> </fieldset> <% end %> |