Sha256: c5b35ecd0312e194ce870363b4c8b8c9d2c856fcfce4009fad502c7698a745dd

Contents?: true

Size: 530 Bytes

Versions: 22

Compression:

Stored size: 530 Bytes

Contents

- object = form.object
- if (categories = @site.categories.of_type(object.class.to_s)).present?
  = form.element t('.label'), nil, :class => 'categories' do
    - categories.each do |category|
      = hidden_field_tag "#{object.class.to_s.demodulize.underscore.downcase}[category_ids][#{category.id}]", 0, :id => nil
      %label.checkbox.inline
        = check_box_tag "#{object.class.to_s.demodulize.underscore.downcase}[category_ids][#{category.id}]", 1, object.categories.member?(category), :id => nil
        = category.label

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
comfortable_mexican_sofa-1.11.2 app/views/admin/cms/categories/_form.html.haml
comfortable_mexican_sofa-1.11.1 app/views/admin/cms/categories/_form.html.haml
comfortable_mexican_sofa-1.11.0 app/views/admin/cms/categories/_form.html.haml
comfortable_mexican_sofa-1.10.3 app/views/admin/cms/categories/_form.html.haml
comfortable_mexican_sofa-1.10.2 app/views/admin/cms/categories/_form.html.haml
comfortable_mexican_sofa-1.10.1 app/views/admin/cms/categories/_form.html.haml
comfortable_mexican_sofa-1.10.0 app/views/admin/cms/categories/_form.html.haml
comfortable_mexican_sofa-1.9.3 app/views/cms_admin/categories/_form.html.haml
comfortable_mexican_sofa-1.9.2 app/views/cms_admin/categories/_form.html.haml
comfortable_mexican_sofa-1.8.5 app/views/cms_admin/categories/_form.html.haml
comfortable_mexican_sofa-1.9.1 app/views/cms_admin/categories/_form.html.haml
comfortable_mexican_sofa-1.9.0 app/views/cms_admin/categories/_form.html.haml
comfortable_mexican_sofa-1.8.4 app/views/cms_admin/categories/_form.html.haml
comfortable_mexican_sofa-1.8.3 app/views/cms_admin/categories/_form.html.haml
comfypress-0.1.4 app/views/cms_admin/categories/_form.html.haml
comfortable_mexican_sofa-1.8.2 app/views/cms_admin/categories/_form.html.haml
comfypress-0.1.3 app/views/cms_admin/categories/_form.html.haml
comfortable_mexican_sofa-1.8.1 app/views/cms_admin/categories/_form.html.haml
comfortable_mexican_sofa-1.8.0 app/views/cms_admin/categories/_form.html.haml
comfortable_mexican_sofa-1.7.3 app/views/cms_admin/categories/_form.html.haml