Sha256: 32b8198a638ec13130aa9da10d4016fe9e29604b3c1f26873f20413a666b1f04

Contents?: true

Size: 379 Bytes

Versions: 103

Compression:

Stored size: 379 Bytes

Contents

!!!
%html
%head
  %meta{"charset" => "utf-8"}/
  %meta{"content" => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}/
  %title= @page_title
  %style= @style
%body
  %header
    %h1= @page_title
  %article
    %ul
      - @tags.each do |tag|
        %li
          %a{href: "#{tag[:name]}.html"}
            %span.tag= tag[:name]
            %span.count= "(#{tag[:count]})"

Version data entries

103 entries across 103 versions & 1 rubygems

Version Path
doing-2.0.5.pre lib/examples/plugins/templates/wiki_index.haml
doing-2.0.3.pre lib/examples/plugins/templates/wiki_index.haml
doing-2.0.2.pre lib/examples/plugins/templates/wiki_index.haml