Sha256: fd40d7821a96204ac6820aedac42f15b9ae448211e9c8c95a984d474c9f4f7a2

Contents?: true

Size: 659 Bytes

Versions: 2

Compression:

Stored size: 659 Bytes

Contents

%h1 Pages#simple_test
%p Find me in app/views/pages/simple_test.html.haml


%div{:style => "width: 300px; float:right; margin: 5px; padding: 5px; background: #eee; border: 1px solid #ccc"}
  %h1#section1
    This is a title
  %p
    This is a test of the emergency broadcast system


%div{:style => "width: 300px; float:left; margin: 5px; padding: 5px; background: #eee; border: 1px solid #ccc"}
  %h1#section2
    This is another title
  %p
    This is a test of the emergency broadcast system. This is only a test

= joyride :chooseID, :cookie => false do |j|
  = j.step :section1, "This is the first step"
  = j.step :section2, "This is the second step"


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
joyride-rails-0.0.4 test/dummy/app/views/pages/simple_test.html.haml
joyride-rails-0.0.3 test/dummy/app/views/pages/simple_test.html.haml