mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 13:00:25 +01:00
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:
@@ -36,11 +36,11 @@
|
|||||||
:url => { :controller => 'groups', :action => 'autocomplete_for_user', :id => @group },
|
:url => { :controller => 'groups', :action => 'autocomplete_for_user', :id => @group },
|
||||||
:with => 'q')
|
:with => 'q')
|
||||||
%>
|
%>
|
||||||
|
|
||||||
<div id="users">
|
<div id="users">
|
||||||
<%= principals_check_box_tags 'user_ids[]', users %>
|
<%= principals_check_box_tags 'user_ids[]', users %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p><%= submit_tag l(:button_add) %></p>
|
<p><%= submit_tag l(:button_add) %></p>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user