Sha256: acb55bfbb1ce8faecbf808605daa8140190f711a085c79a87bafdd28909d9e71

Contents?: true

Size: 243 Bytes

Versions: 43

Compression:

Stored size: 243 Bytes

Contents

- if @subtree[@page.id].try(:any?)
  %h3 Subpages
  .well{style: "position: relative;"}
    .tree
      %ol{id: "sortable_#{@page.id}"}
        - @subtree[@page.id].sort_by(&:position).each do |page|
          = render 'tree_node', page: page

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
tawork-0.0.44 app/views/wiki/pages/_subtree.html.haml
tawork-0.0.43 app/views/wiki/pages/_subtree.html.haml
tawork-0.0.42 app/views/wiki/pages/_subtree.html.haml
tawork-0.0.41 app/views/wiki/pages/_subtree.html.haml
tawork-0.0.40 app/views/wiki/pages/_subtree.html.haml
tawork-0.0.39 app/views/wiki/pages/_subtree.html.haml
tawork-0.0.38 app/views/wiki/pages/_subtree.html.haml
tawork-0.0.37 app/views/wiki/pages/_subtree.html.haml
tawork-0.0.36 app/views/wiki/pages/_subtree.html.haml
tawork-0.0.35 app/views/wiki/pages/_subtree.html.haml
tawork-0.0.34 app/views/wiki/pages/_subtree.html.haml
tawork-0.0.33 app/views/wiki/pages/_subtree.html.haml
tawork-0.0.31 app/views/wiki/pages/_subtree.html.haml
tawork-0.0.30 app/views/wiki/pages/_subtree.html.haml
tawork-0.0.29 app/views/wiki/pages/_subtree.html.haml
tawork-0.0.28 app/views/wiki/pages/_subtree.html.haml
tawork-0.0.27 app/views/wiki/pages/_subtree.html.haml
tawork-0.0.26 app/views/wiki/pages/_subtree.html.haml
tawork-0.0.25 app/views/wiki/pages/_subtree.html.haml
tawork-0.0.24 app/views/wiki/pages/_subtree.html.haml