Sha256: a751d56096b0cce5d4ecaf209f2d532660e48e03d4ebee1039f84b33a66ab25f
Contents?: true
Size: 376 Bytes
Versions: 43
Compression:
Stored size: 376 Bytes
Contents
- index ||= "" .page{data: {page_id: page.id}} %h1#wiki-title.wiki-title = index = page.title #wiki-content.wiki-content.content-description :textile #{page.body} - children.each_with_index do |(child, grand), child_index| = render 'combined_page', page: child, children: grand, index: "#{index}#{"." if index.present?}#{child_index + 1}"
Version data entries
43 entries across 43 versions & 1 rubygems