Sha256: e8b791ff1dcefc64e24206f34e7b51cf25a82ae3afd355b5223dd6462c93173f

Contents?: true

Size: 264 Bytes

Versions: 2

Compression:

Stored size: 264 Bytes

Contents

= surround '(', ')' do
  %i foo

%span Hamlit

%table
  %thead
    %tr
      - 3.times do |i|
        %th
          %blink= "head #{i}"
  %tbody
    - 5.times do |i|
      %tr
        - 3.times do |j|
          %td
            %marquee
              = "#{i}-#{j}"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hamlit-1.7.2 spec/rails/app/views/application/index.html.haml
hamlit-1.7.1 spec/rails/app/views/application/index.html.haml