#tradesmens - technicians.each do |technician| .contact-panel.p10 .col-sm-4 = image_tag 'clients.png', width: '100%', class: 'img-circle img' .col-sm-8.name-email-panel h6.contact-name = technician.full_name h6.contact-email = technician.email .col-sm-12.mt10 .btn-toolbar .btn-group.mr-2 a.btn.btn-primary href="javascript:void(0);" MESSAGE .btn-group.mr-2 = link_to 'EDIT', '#', class: 'btn btn-primary' .contact-panel-pagination = paginate technicians, params: {controller: '/company/work_orders', action: 'technicians', id: work_order.id}, remote: true