3 lines
217 B
Plaintext
3 lines
217 B
Plaintext
|
<%= content_tag :div ,:id => "users_checkbox_ary",:class => 'clear' do %>
|
||
|
<%= render :partial => "shared/privilege_user",:collection =>@sys_users,:as=>:user ,:locals =>{ :chosen_users=> @users_array } %>
|
||
|
<%end -%>
|