Sha256: 6ef373ad06f10366a5e33184ba208c2bd996366ce00e595e95fdb789ab2082b5
Contents?: true
Size: 751 Bytes
Versions: 2
Compression:
Stored size: 751 Bytes
Contents
!!! %html %head :css h3 { margin-top: 0 } .sidebar { float:left; width: 15%; font-size: small } .main { margin-left: 32%; width: 65% } ul { list-style-type: none; margin-left: 0; padding-left: 0 } .page-count { font-size: smaller; color: #CCC } %body .sidebar %h3 Namespaces %ul - namespaces.each do |namespace, count| %li %a{:href => "../#{namespace}/index.html"}= namespace %span.page-count = count .sidebar %h3= namespace %ul - pages.each do |page| %li %a{:href => "#{page}.html"}= page .main %h2= title - if markdown != body.to_html - else %pre= body
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
soywiki-0.7.3 | lib/page_template.html.haml |
soywiki-0.7.2 | lib/page_template.html.haml |