搜索 清除
<%= link_to "+添加",all_partners_managements_path,remote:true,class:"color-blue addOperation" %>
    <% @partners.each_with_index do |partner,index| %>
  • <%= link_to "#{partner.name}", partners_managements_path(:partner => partner), :class => "#{partner.active}" %>
  • <% end %>

添加时间<%= format_time @current_partner.try(:created_at) %>

管理员
  • <%= link_to '+', add_partner_member_box_managements_path(:partner => 1), :remote => true, :class => "addManage" %>
  • <% unless @current_partner.nil? %> <% @current_partner.users.each_with_index do |user, index| %>
  • <%= image_tag(url_to_avatar(user)) %>
  • <% end %> <% end %>
  • 序号 客户名称 +添加 添加时间
  • <% @current_partner.try(:customers).try(:each) do |customer| %>
  • <%= customer.school.id %> <%= customer.school.name %> 删除 2019-04-03 16:04
  • <% end %>