Sha256: 86fc7cd1644268c4e3fff7da2d7d6056ccb81d08df718c2b72fe03fa6a0fb5f5

Contents?: true

Size: 287 Bytes

Versions: 1

Compression:

Stored size: 287 Bytes

Contents

%section.container
  %ul
    - @categories.each do |cat|
      %li
      = link_to cat.name, "/categories/#{cat.url_key}"
      - if cat.children.any?
        %ul
          - cat.children.each do |child|
            %li
              = link_to child.name, "/categories/#{child.url_key}"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gemgento-2.8.0 app/views/gemgento/categories/index.html.haml