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

Version Path
datagrid-1.7.0 app/views/datagrid/_enum_checkboxes.html.erb
datagrid-1.6.3 app/views/datagrid/_enum_checkboxes.html.erb
datagrid-1.6.2 app/views/datagrid/_enum_checkboxes.html.erb
datagrid-1.6.1 app/views/datagrid/_enum_checkboxes.html.erb
datagrid-1.6.0 app/views/datagrid/_enum_checkboxes.html.erb
datagrid-1.5.9 app/views/datagrid/_enum_checkboxes.html.erb
datagrid-1.5.8 app/views/datagrid/_enum_checkboxes.html.erb
datagrid-1.5.7 app/views/datagrid/_enum_checkboxes.html.erb
datagrid-1.5.6 app/views/datagrid/_enum_checkboxes.html.erb
datagrid-1.5.5 app/views/datagrid/_enum_checkboxes.html.erb
datagrid-1.5.4 app/views/datagrid/_enum_checkboxes.html.erb
datagrid-1.5.3 app/views/datagrid/_enum_checkboxes.html.erb
datagrid-1.5.2 app/views/datagrid/_enum_checkboxes.html.erb