remove trailing white-spaces and tabs from app/views/projects/settings/_members.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7228 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a87f61fc72
commit
099816d352
|
@ -67,16 +67,16 @@
|
|||
:url => { :controller => 'members', :action => 'autocomplete_for_member', :id => @project },
|
||||
:with => 'q')
|
||||
%>
|
||||
|
||||
|
||||
<div id="principals">
|
||||
<%= principals_check_box_tags 'member[user_ids][]', principals %>
|
||||
</div>
|
||||
|
||||
|
||||
<p><%= l(:label_role_plural) %>:
|
||||
<% roles.each do |role| %>
|
||||
<label><%= check_box_tag 'member[role_ids][]', role.id %> <%=h role %></label>
|
||||
<% end %></p>
|
||||
|
||||
|
||||
<p><%= submit_tag l(:button_add), :id => 'member-add-submit' %></p>
|
||||
</fieldset>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in New Issue