Sha256: 9a6c9229caf66afa3934cbac5d63a1407d1d89847e5edb03223f45257822200a

Contents?: true

Size: 509 Bytes

Versions: 30

Compression:

Stored size: 509 Bytes

Contents

<%= form_for grid, options do |f| -%>
  <p>Namespaced form partial.</p>
  <% grid.filters.each do |filter| %>
    <div class="datagrid-filter filter">
      <%= f.datagrid_label filter %>
      <%= f.datagrid_filter filter %>
    </div>
  <% end %>
  <div class="datagrid-actions">
    <%= f.submit I18n.t("datagrid.form.search").html_safe, :class => "datagrid-submit" %>
    <%= link_to I18n.t('datagrid.form.reset').html_safe, url_for(grid.to_param => {}), :class => "datagrid-reset" %>
  </div>
<% end -%>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
datagrid-1.6.1 spec/support/test_partials/client/datagrid/_form.html.erb
datagrid-1.6.0 spec/support/test_partials/client/datagrid/_form.html.erb
datagrid-1.5.9 spec/support/test_partials/client/datagrid/_form.html.erb
datagrid-1.5.8 spec/support/test_partials/client/datagrid/_form.html.erb
datagrid-1.5.7 spec/support/test_partials/client/datagrid/_form.html.erb
datagrid-1.5.6 spec/support/test_partials/client/datagrid/_form.html.erb
datagrid-1.5.5 spec/support/test_partials/client/datagrid/_form.html.erb
datagrid-1.5.4 spec/support/test_partials/client/datagrid/_form.html.erb
datagrid-1.5.3 spec/support/test_partials/client/datagrid/_form.html.erb
datagrid-1.5.2 spec/support/test_partials/client/datagrid/_form.html.erb
datagrid-1.5.1 spec/support/test_partials/client/datagrid/_form.html.erb
datagrid-1.5.0 spec/support/test_partials/client/datagrid/_form.html.erb
datagrid-1.4.4 spec/support/test_partials/client/datagrid/_form.html.erb
datagrid-1.4.3 spec/support/test_partials/client/datagrid/_form.html.erb
datagrid-1.4.2 spec/support/test_partials/client/datagrid/_form.html.erb
datagrid-1.4.1 spec/support/test_partials/client/datagrid/_form.html.erb
datagrid-1.4.0 spec/support/test_partials/client/datagrid/_form.html.erb
datagrid-1.3.9 spec/support/test_partials/client/datagrid/_form.html.erb
datagrid-1.3.7 spec/support/test_partials/client/datagrid/_form.html.erb
datagrid-1.3.6 spec/support/test_partials/client/datagrid/_form.html.erb