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.5.3 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.5.2 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.5.1 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.5.0 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.4.6 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.4.5 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.4.4 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.4.3 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.4.2 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.4.1 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.4.0 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.3.30 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.3.29 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.3.28 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.3.27 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.3.26 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.3.25 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.3.24 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.3.23 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.3.22 app/views/admin/pages/partials/_categories.html.haml