tr.nested-fields td = f.input :tipo_de_material, label: false, collection: Administrativo::DetalhamentoDaRequisicaoDeMaterial.tipos_de_materiais_i18n, value_method: :second, label_method: :first, include_blank: "Selecione", input_html: { class: "s2 tipo_de_material" } td = f.input :sub_elemento_de_despesa_id, label: false, collection: f.object.retorna_todos_sub_elementos, label_method: :codigo_e_descricao, include_blank: "Selecione", input_html: { class: "s2", id: "sub_elemento_de_despesa" } td .classificacao_do_detalhamento = f.input :classificacao_do_detalhamento_id, label: false, collection: @classificacoes_do_detalhamento, label_method: :second, include_blank: "Selecione", input_html: { class: "s2", id: "classificacao_do_detalhamento", style: 'width: 100%' } td.text-center = link_to_remove_association " Remover", f, class: "btn btn-sm btn-danger icone-anular"