Sha256: d8b1fcc4789fc44e202f260d417cddf530eb9f2e1996ee1b33d9da0b4be5c204

Contents?: true

Size: 573 Bytes

Versions: 23

Compression:

Stored size: 573 Bytes

Contents

- ids_method = field.name.to_s.match(/_ids$/) ? field.name : "#{field.name.to_s.singularize}_ids"
= hidden_field_tag "#{resource_name}[#{ids_method}][]",""
- field.view_values(self).each do |value|
  - editors = resource.send(:"#{ids_method}")
  .habtm-container
    = label_tag "#{resource_name}_#{field.name}_#{value.last}",value.first, :class => "habtm-label"
    = check_box_tag "#{resource_name}[#{ids_method}][]", value.last, resource.send("#{ids_method}").include?(value.last), :id => "#{resource_name}_#{field.name}_#{value.last}", :class => "habtm-checkbox"
.clear

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
lolita-4.0.11 app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml
lolita-4.2.0 app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml
lolita-4.0.10 app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml
lolita-4.0.9 app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml
lolita-4.0.8 app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml
lolita-4.0.6 app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml
lolita-3.4.3 app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml
lolita-3.3.7 app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml
lolita-3.3.5 app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml
lolita-3.2.0.rc.17 app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml
lolita-3.2.0.rc.16 app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml
lolita-3.2.0.rc.14 app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml
lolita-3.2.0.rc.13 app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml
lolita-3.2.0.rc.12 app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml
lolita-3.2.0.rc.11 app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml
lolita-3.2.0.rc.10 app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml
lolita-3.2.0.rc.9 app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml
lolita-3.2.0.rc.7 app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml
lolita-3.1.18 app/views/components/lolita/configuration/field/array/checkbox/_display.html.haml
lolita-3.2.0.rc.6 app/views/components/lolita/configuration/field/array/habtm/_display.html.haml