.widget header> h5 ' Lista de span.fw-semi-bold Importação De Dados Patrimoniais .widget-body - if @importacoes_de_dados_patrimoniais.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th Data th Nome th.align-center Status th width="150" tbody - @importacoes_de_dados_patrimoniais.each do |importacao_de_dados_patrimonial| tr td = importacao_de_dados_patrimonial.data_de_importacao td = importacao_de_dados_patrimonial.nome td.align-center = label_html_tag(importacao_de_dados_patrimonial.status_i18n, importacao_de_dados_patrimonial.tipo_de_label) td = link_to importacao_de_dados_patrimonial, class: "btn btn-default btn-sm mb-xs", title: "Ver Detalhes" do i.icone-detalhar = will_paginate@importacoes_de_dados_patrimoniais, previous_label: "<", next_label: ">"