Sha256: 1425aed64bab633fbdc38c1d5720c9f75d3fa4c1cd9c6e7ae0dd37e5d542aa94

Contents?: true

Size: 1.16 KB

Versions: 17

Compression:

Stored size: 1.16 KB

Contents

.box.categories-widget

  .read
    .categories
      .category
        - active_class = params[:categories].blank?? "active" : nil
        = link_to t('.all'), {categories: nil}, class: "btn btn-sm btn-light btn-block #{active_class}"
      - @site.categories.of_type(type).each do |category|
        = render "comfy/admin/cms/categories/show", category: category, read: true
    %button.toggle-cat-edit.btn.btn-secondary.btn-sm.btn-block{type: "button"}
      = t(".edit")

  .editable
    .categories
      - @site.categories.of_type(type).each do |category|
        = render "comfy/admin/cms/categories/show", category: category

    - url = comfy_admin_cms_site_categories_path(@site)
    = form_with scope: :category, url: url, html: {id: "new-category"} do |form|
      = form.hidden_field :categorized_type, value: type
      .input-group
        = form.text_field :label, placeholder: t('.add_placeholder'), class: 'form-control form-control-sm', id: nil
        .input-group-btn
          %button.btn.btn-primary.btn-sm{aria: {label: "Create Category"}}
            %i.fas.fa-fw.fa-plus

    %button.toggle-cat-edit.btn.btn-light.btn-sm.btn-block{type: "button"}
      = t(".done")

Version data entries

17 entries across 17 versions & 6 rubygems

Version Path
comfortable_mexican_sofa-2.0.19 app/views/comfy/admin/cms/categories/_index.html.haml
PixelForce_ETS-0.0.2 app/views/comfy/admin/cms/categories/_index.html.haml
PixelForce_ETS-0.0.1 app/views/comfy/admin/cms/categories/_index.html.haml
kcyEtsTest2-0.0.4 app/views/comfy/admin/cms/categories/_index.html.haml
kcyEtsTest2-0.0.3 app/views/comfy/admin/cms/categories/_index.html.haml
kcyEtsTest2-0.0.2 app/views/comfy/admin/cms/categories/_index.html.haml
kcyEtsTest2-0.0.1 app/views/comfy/admin/cms/categories/_index.html.haml
kcyEtsTest-0.0.1 app/views/comfy/admin/cms/categories/_index.html.haml
kcyEtsTest-2.2.19 app/views/comfy/admin/cms/categories/_index.html.haml
ComfortableMexicanSofa-2.0.18 app/views/comfy/admin/cms/categories/_index.html.haml
kcy1-1.0 app/views/comfy/admin/cms/categories/_index.html.haml
comfortable_mexican_sofa-2.0.18 app/views/comfy/admin/cms/categories/_index.html.haml
comfortable_mexican_sofa-2.0.17 app/views/comfy/admin/cms/categories/_index.html.haml
comfortable_mexican_sofa-2.0.16 app/views/comfy/admin/cms/categories/_index.html.haml
comfortable_mexican_sofa-2.0.15 app/views/comfy/admin/cms/categories/_index.html.haml
comfortable_mexican_sofa-2.0.14 app/views/comfy/admin/cms/categories/_index.html.haml
comfortable_mexican_sofa-2.0.13 app/views/comfy/admin/cms/categories/_index.html.haml