.widget header> h5 ' Lista de span.fw-semi-bold Leiloes .widget-body - if @leiloes.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th Numero leilao th Numero ato th Comissao th Objeto th Status th width="150" tbody - @leiloes.each do |leilao| tr td = leilao.numero_leilao td = leilao.numero_ato td = leilao.comissao_id td = leilao.objeto td =< label_html_tag(leilao.status_i18n, leilao.tipo_de_label) td = link_to leilao, class: "btn btn-default btn-sm mb-xs", title: "Ver Detalhes" do i.icone-detalhar = botao_com_permissao edit_patrimonio_leilao_path(leilao), {acao: :update}, { \ class_icone:'icone-editar', params: {class: 'btn btn-default btn-sm mb-xs', title: "Editar"}, } = botao_com_permissao leilao, {acao: :destroy}, { \ class_icone:'icone-excluir', params: { \ method: :delete, data: { confirm: 'Tem certeza?' }, class: 'btn btn-default btn-sm mb-xs', title: "Apagar", }, } = will_paginate@leiloes, previous_label: "<", next_label: ">"