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-2.filter_column label.control-label for="normal-field" Tipo = f.select :tipo_eq, options_for_select(\ @tipos.collect {|t|[ "#{t[0].humanize.try(:upcase)}", t[1] ] }, selected: @q.tipo_eq), {include_blank: 'Selecione'}, class: 'form-control s2' .col-sm-4.filter_column label.control-label Título = f.text_field :titulo_cont, class: "form-control input-sm" .col-sm-6.filter_column label.control-label Descrição = f.text_field :descricao_cont, class: "form-control input-sm" .form-actions.form-search-actions = f.submit "Filtrar", class: "btn btn-default btn-sm"