Sha256: 514f83166c8becea1b73716122e344bf4e052c41a32aa81f1e9b38b62f073c66

Contents?: true

Size: 664 Bytes

Versions: 103

Compression:

Stored size: 664 Bytes

Contents

!!!
%html
%head
  %meta{"charset" => "utf-8"}/
  %meta{"content" => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}/
  %title what are you doing?
  %style= @style
%body
  %header
    %h1= @page_title
    %p
      %a{ href: 'index.html' }= "[[Home]]"
  %article
    %ul
      - @items.each do |i|
        %li
          %span.date= i[:date]
          %div.entry
            = i[:title]
            %span.section= i[:section]
            - if i[:time] && i[:time] != "00:00:00"
              %span.time= i[:time]
            - if i[:note]
              %ul.note
                - i[:note].map{|n| n.strip }.each do |li|
                  %li= li
    = @totals

Version data entries

103 entries across 103 versions & 1 rubygems

Version Path
doing-2.1.21 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.19 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.18 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.17 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.16 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.15 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.14 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.13 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.12 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.11 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.10 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.9 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.8 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.7 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.6 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.6pre lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.5pre lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.4pre lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.3 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.2pre lib/examples/plugins/wiki_export/templates/wiki.haml