.widget header> h5 ' Lista de span.fw-semi-bold Itens no Estoque .widget-body - if @estoques.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover.table-striped.table-bordered thead tr th.text-center ALMOXARIFADO th.text-center UNIDADE ORÇAMENTÁRIA th tbody - @estoques.each do |estoque| tr td.text-center = estoque.almoxarifado.try(:codigo_e_nome) td.text-center = estoque.try(:unidade_orcamentaria).try(:codigo_e_nome) td.text-center = link_to gestao_de_estoque_exibir_por_almoxarifado_path(estoque.almoxarifado_id , estoque.unidade_orcamentaria_id), class: "btn btn-default btn-sm mb-xs", title: "Ver Detalhes" do i.icone-detalhar = will_paginate@estoques, previous_label: "<", next_label: ">"