Sha256: b53880f8929735f5511e9743bf413c4d2ebf976e0aeb9931901208b6ef30c2d8
Contents?: true
Size: 651 Bytes
Versions: 38
Compression:
Stored size: 651 Bytes
Contents
<div id="filter-container" class="filter-form" style="display:none;"> <%= simple_form_for search_wrapper, :url => scoped_index_path, :html =>{ :method => :get, :novalidate => true } do |f| -%> <%= render :partial => 'sunrise/shared/parent' %> <% abstract_model.list.groups[:search].fields.each do |field| -%> <%= f.input field.name, field.input_options.merge(:required => false) if field.visible?(f.object) %> <% end -%> <%= f.submit t('manage.search'), :class => "button", :id => "submit-button-search" %> <%= link_to t('manage.model_filter.clear'), scoped_index_path, :class=>"grey-but" %> <% end -%> </div>
Version data entries
38 entries across 19 versions & 1 rubygems