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.3.1 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.3.0 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.2.9 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.2.8 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.2.7 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.2.6 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.2.5 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.2.4 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.2.3 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.2.2 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.2.1 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.2.0 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.1.1 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.1.0 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.0.7 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.0.6 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.0.5 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.0.4 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.0.3 app/views/admin/pages/partials/_categories.html.haml
trusty-festivity-extension-2.0.2 app/views/admin/pages/partials/_categories.html.haml