Sha256: 0a8819f2e729528fe09f3d13c931fe6bcb89d249e1ae92e69cf9b5e016d41b1d
Contents?: true
Size: 497 Bytes
Versions: 12
Compression:
Stored size: 497 Bytes
Contents
<% @search = "" -%> <% attributes.each { |attribute| @search += "_#{attribute.name}_or" } -%> .table-header.row .col-lg-9 TODO: Add filters here .col-lg-3 = search_form_for @search, builder: SimpleForm::FormBuilder do |f| .input-group = f.input_field :<%= @search[1..@search.size-4] %>_cont, label: false, input_html: {class: 'form-control'}, placeholder: 'Quick search...' %span.input-group-btn = button_tag( class: 'btn') do %i.icon-search
Version data entries
12 entries across 12 versions & 1 rubygems