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

Version Path
tawork-0.0.50 app/views/wiki/pages/_combined_page.html.haml
tawork-0.0.49 app/views/wiki/pages/_combined_page.html.haml
tawork-0.0.48 app/views/wiki/pages/_combined_page.html.haml
tawork-0.0.47 app/views/wiki/pages/_combined_page.html.haml
tawork-0.0.46 app/views/wiki/pages/_combined_page.html.haml
tawork-0.0.45 app/views/wiki/pages/_combined_page.html.haml
tawork-0.0.44 app/views/wiki/pages/_combined_page.html.haml
tawork-0.0.43 app/views/wiki/pages/_combined_page.html.haml
tawork-0.0.42 app/views/wiki/pages/_combined_page.html.haml
tawork-0.0.41 app/views/wiki/pages/_combined_page.html.haml
tawork-0.0.40 app/views/wiki/pages/_combined_page.html.haml
tawork-0.0.39 app/views/wiki/pages/_combined_page.html.haml
tawork-0.0.38 app/views/wiki/pages/_combined_page.html.haml
tawork-0.0.37 app/views/wiki/pages/_combined_page.html.haml
tawork-0.0.36 app/views/wiki/pages/_combined_page.html.haml
tawork-0.0.35 app/views/wiki/pages/_combined_page.html.haml
tawork-0.0.34 app/views/wiki/pages/_combined_page.html.haml
tawork-0.0.33 app/views/wiki/pages/_combined_page.html.haml
tawork-0.0.31 app/views/wiki/pages/_combined_page.html.haml
tawork-0.0.30 app/views/wiki/pages/_combined_page.html.haml