Sha256: 398646816a737424748a09a4d5249dffa79381706717d884cb9da48dbd12811d

Contents?: true

Size: 365 Bytes

Versions: 63

Compression:

Stored size: 365 Bytes

Contents

-## provides local vars: subtree, config

- puts! config, 'config'
- puts! subtree, 'subtree'

%ul
  - subtree.select { |c| c[5] == config[:parent_id] }.each do |c|
    %li
      = c[1]
      - if config[:parent_ids].include?( c[0] )
        = render 'ish_manager/categories/subtree', subtree: subtree, config: { parent_id: c[0], parent_ids: config[:parent_ids] }

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
ish_manager-0.1.8.357 app/views/ish_manager/categories/_subtree.haml
ish_manager-0.1.8.356 app/views/ish_manager/categories/_subtree.haml
ish_manager-0.1.8.355 app/views/ish_manager/categories/_subtree.haml