div style="margin-bottom: 30px;" = link_to contabilidade_editar_campos_para_mapeamentos_manuais_path(@periodo_matriz_de_saldo_contabil), class: "btn btn-default btn-sm" do i.icone-lista span Adicionar / Remover .widget-body - if campos_mapeados_manualmente.empty? h6 Nenhum registro encontrado. - else .table-responsive table.table.table-hover thead tr th Tipo th Anexo th Linha th Coluna th Mês th Valor tbody - campos_mapeados_manualmente.each do |campo| tr td = campo.tipo_i18n td = campo.anexo_i18n td = campo.linha_i18n td = campo.coluna td = campo.mes_i18n td = campo.valor.to_f.try(:real_contabil)