Sha256: fdfa62a1484bf18c4107cea48c7c86951c42465904d6be33a94db34de1ecb774
Contents?: true
Size: 468 Bytes
Versions: 13
Compression:
Stored size: 468 Bytes
Contents
<%# Indent in this file may cause extra space to appear. You can add indent if whitespace doesn't matter for you %> <%- elements.each do |value, text, checked| -%> <%- id = [form.object_name, filter.name, value].join('_').underscore -%> <%= form.label filter.name, options.merge(:for => id) do -%> <%= form.check_box(filter.name, {:multiple => true, :id => id, :checked => checked, :include_hidden => false}, value.to_s, nil) -%> <%= text -%> <%- end -%> <%- end -%>
Version data entries
13 entries across 13 versions & 1 rubygems