.widget header> h5 ' Lista de span.fw-semi-bold Escolas .widget-body - if @escolas.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th Data th Nome th Diretor th width="150" tbody - @escolas.each do |escola| tr td = escola.data_inicial td = escola.nome td = escola.try(:diretor) td = link_to escola, class: "btn btn-default btn-sm mb-xs", title: "Ver Detalhes" do i.icone-detalhar = will_paginate@escolas, previous_label: "<", next_label: ">"