Sha256: 4ea2456093169b4ac861e6c5b0a3b86f423bd64be0af66df3493dc3b0dbfb862

Contents?: true

Size: 322 Bytes

Versions: 2

Compression:

Stored size: 322 Bytes

Contents

ol.b-tree__nested-set
  - @children.each do |child|
    li.b-tree__li data-node-id="#{ child.id }"
      .b-tree__item
        i.fa.fa-bars.b-tree__handle
        - unless child.leaf?
          i.fa.fa-plus-square-o.b-tree__expand.b-tree__plus
        = link_to child.name, edit_template_path(child), class: 'b-tree__link'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
constructor-pages-1.0.0beta2 app/views/templates/expand_node.slim
constructor-pages-1.0.0beta1 app/views/templates/expand_node.slim