##// END OF EJS Templates
remove trailing white-spaces and tabs from app/views/projects/settings/_members.html.erb...
Toshi MARUYAMA -
r7108:099816d352e3
parent child
Show More
@@ -67,16 +67,16
67 67 :url => { :controller => 'members', :action => 'autocomplete_for_member', :id => @project },
68 68 :with => 'q')
69 69 %>
70
70
71 71 <div id="principals">
72 72 <%= principals_check_box_tags 'member[user_ids][]', principals %>
73 73 </div>
74
74
75 75 <p><%= l(:label_role_plural) %>:
76 76 <% roles.each do |role| %>
77 77 <label><%= check_box_tag 'member[role_ids][]', role.id %> <%=h role %></label>
78 78 <% end %></p>
79
79
80 80 <p><%= submit_tag l(:button_add), :id => 'member-add-submit' %></p>
81 81 </fieldset>
82 82 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now