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.88 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.87 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.86 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.85 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.84 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.83 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.82 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.81 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.80 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.79 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.78 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.77 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.76 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.75 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.74 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.73 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.72 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.69 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.68 lib/examples/plugins/wiki_export/templates/wiki.haml
doing-2.1.66 lib/examples/plugins/wiki_export/templates/wiki.haml