">
|
<%= apply.id %>
|
<%= apply.name %>
|
<%= apply.province + apply.city %>
|
<%= apply.address %>
|
<% count = UserExtensions.where("school_id = #{apply.school_id}").count %>
<%= count %>
|
<%= format_date(apply.created_at) %>
|
<%= link_to( l(:label_approve), { :controller => 'admin', :action => 'approve_applied_schools', :id => apply.id }, :class => 'icon-del') %>
<%= link_to( l(:button_delete), { :controller => 'admin', :action => 'delete_applied_schools', :id => apply.id },:method => :delete, :confirm => l(:text_are_you_sure), :class => 'icon-del') %>
<%=link_to '更改', admin_all_schools_path(:school_id =>apply.id), :remote => true %>
|
<% unless apply.remarks.empty? %>