annotate app/views/members/autocomplete_for_member.rhtml @ 882:9e27d0747c77 bug_97

Close obsolete branch bug_97
author Chris Cannam
date Fri, 25 Mar 2011 13:58:03 +0000
parents 6a2f8e88344e
children
rev   line source
chris@135 1 <% if params[:q] && params[:q].length > 1 %>
chris@135 2 <%= principals_check_box_tags 'member[user_ids][]', @principals %>
chris@135 3 <% end %>