Sha256: 781a26c4ea88ef12c375b4b392ec4bcae8ebfe1e80b2f75b8ce108732eddf46b

Contents?: true

Size: 1.08 KB

Versions: 82

Compression:

Stored size: 1.08 KB

Contents

%div{role: "tabpanel", id: "festivity-filters"}
  %ul.nav.nav-tabs{role: "tablist"}
    - category_types.each do |filter_category|
      %li{role: "presentation"}
        %a{href: "##{filter_category.name.parameterize}", role: "tab", aria: {controls: filter_category.name.parameterize}, data: {toggle: "tab"}}
          = filter_category.name
  .tab-content
    - category_types.each do |filter_category|
      %div{role: "tabpanel", class:"tab-pane", id: filter_category.name.parameterize}
        .festivity-space
        .festivity-full.festivity-list.festivity-div
          %table{:id => "#{filter_category.name.parameterize}-table", :class => "index category-table"}
            - filter_category.parent_categories.each do |parent_category|
              = render partial: "admin/pages/partials/category", locals: {category: parent_category, filter_category: filter_category}
              - parent_category.children.each do |child_category|
                = render partial: "admin/pages/partials/category", locals: {category: child_category, filter_category: filter_category}

        .festivity-space

Version data entries

82 entries across 82 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.6.3 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.6.2 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.6.1 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.6 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.5.19 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.5.18 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.5.17 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.5.16 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.5.15 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.5.14 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.5.13 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.5.12 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.5.11 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.5.10 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.5.9 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.5.8 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.5.7 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.5.6 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.5.5 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.5.4 app/views/admin/pages/partials/_categories.html.haml