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 = search_form_for @q, :html => {class: "form-vertical"} do |f| fieldset .form-group .col-sm-3.filter_column = f.label :decreto_data_da_legislacao_eq, 'Data do Decreto', class: 'control-label' .input-group = f.text_field :decreto_data_da_legislacao_eq, class: "form-control input-sm date-picker", autocomplete: "off" span.input-group-addon span.icone-calendario .col-sm-3.filter_column = f.label :decreto_numero_eq, 'NÂș do Decreto', class: 'control-label' = f.text_field :decreto_numero_eq, class: "form-control" .col-sm-3.filter_column label.control-label Tipo de conselho = f.select :tipo_de_conselho_eq, options_for_select( \ Contabilidade::ConselhoDeRpps.tipos_de_conselho.collect { |t| [ Contabilidade::ConselhoDeRpps.localizar("tipo_de_conselho", t[0]), t[1] ] }, selected: @q.tipo_de_conselho_eq \ ), { include_blank: "Selecione" }, class: "form-control s2" .form-actions.form-search-actions = f.submit "Filtrar", class: "btn btn-default btn-sm"