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
This commit is contained in:
parent
d9d523416d
commit
5e5ab1eac4
|
@ -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 %>
|
||||
|
|
Loading…
Reference in New Issue