Sha256: c95341cc1e7b7f13afeea139531a63e9a99b4652fda3a7ee3bcde5f2689b4f9d

Contents?: true

Size: 829 Bytes

Versions: 13

Compression:

Stored size: 829 Bytes

Contents

!!!
%html
  %head
    %meta{'http-equiv'=>'Content-Type', content:'text/html; charset=UTF-8'} 
    :css
      h3 { margin-top: 0 }
      .sidebar { float:left; width: 15%; font-size: small }
      .main { margin-left: 32%; width: 65% }
      .sidebar 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
      - else
        %pre= body

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
soywiki-0.9.8.3 lib/page_template.html.haml
soywiki-0.9.8.2 lib/page_template.html.haml
soywiki-0.9.8.2.pre.2 lib/page_template.html.haml
soywiki-0.9.8.2.pre.1 lib/page_template.html.haml
soywiki-0.9.8.2.pre lib/page_template.html.haml
soywiki-0.9.8.1 lib/page_template.html.haml
soywiki-0.9.8 lib/page_template.html.haml
soywiki-0.9.7 lib/page_template.html.haml
soywiki-0.9.6 lib/page_template.html.haml
soywiki-0.9.5 lib/page_template.html.haml
soywiki-0.9.4 lib/page_template.html.haml
soywiki-0.9.3 lib/page_template.html.haml
soywiki-0.9.2 lib/page_template.html.haml