section.widget.widget-search header h5 | Filtros .widget-controls a[data-widgster="expand" title="Expand" href="#" style="display: none;"] i.icone-cadastrar a[data-widgster="collapse" title="Collapse" href="#"] i.glyphicon.glyphicon-minus .widget-body = search_form_for @q, :html => {class: "form-vertical"} do |f| fieldset .form-group .col-sm-3.filter_column label.control-label[for="normal-field"] | Nome = f.text_field :nome_cont, class: "form-control input-sm", :autofocus => "autofocus" .form-actions.form-search-actions = f.submit "Filtrar", class: "btn btn-default btn-sm"