Sha256: 79dd8d8f8a0de727d98c785ce142184d35cfe2cc81df42d5ade9c174d70fa4b2

Contents?: true

Size: 231 Bytes

Versions: 5

Compression:

Stored size: 231 Bytes

Contents

!!! 5
%html
  %head
    %title Cans
  %body
    %h1 Top-Level Modules
    %ul
      - @modules.each do |m|
        %li
          =link "/module/#{m.name}", m.name
    %h1 History
    %ul
      - @history.each do |f|
        %li&= f

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cans-0.2.3 lib/cans/views/index.haml
cans-0.2.2 lib/cans/views/index.haml
cans-0.2.1 lib/cans/views/index.haml
cans-0.2.0 lib/cans/views/index.haml
cans-0.1.2 lib/cans/views/index.haml