section.widget.widget-search
header
h5 Filtros
.widget-controls
a data-widgster="expand" href="#" style="display: none;" title="Expand"
i.icone-cadastrar
a data-widgster="collapse" href="#" title="Collapse"
i.glyphicon.glyphicon-minus
.widget-body
= simple_form_for(@q, url: controladoria_centro_de_custos_path(), method: :get) do |f|
fieldset
.form-group
.row
.col-sm-3
= f.input :id_eq, label: 'Unidade Gestora', collection: contexto_atual.unidades_gestoras, label_method: :codigo_e_nome, include_blank: 'Selecione', input_html: {class: 's2' }
.col-sm-3
label.control-label Descrição do Centro de Custo
= f.text_field :centro_de_custos_filhos_descricao_cont, class: "form-control input-sm"
.form-actions.form-search-actions
= f.submit "Filtrar", class: "btn btn-default btn-sm"