Sha256: 54377f8df217a846170947f806ea1140dbbfdaa66663443597c52a6784437eef

Contents?: true

Size: 492 Bytes

Versions: 8

Compression:

Stored size: 492 Bytes

Contents

!!!
%html
  %head
    %title
      Dummy
    = stylesheet_link_tag    "application", :media => "all"
    = javascript_include_tag "application"
    = csrf_meta_tags
  %body
    %div{:style => "width: 100%"}
      %div{:style => "background-color: #eee; border: 1px solid #ccc; padding: 10px;  margin: 10px"}
        = link_to "< Return to index", root_path
      %div{:style => "background-color: #eee; border: 1px solid #ccc; margin: 10px; padding: 10px; min-height: 400px"}
        = yield

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
joyride-rails-0.0.14 test/dummy/app/views/layouts/test_case.html.haml
joyride-rails-0.0.12 test/dummy/app/views/layouts/test_case.html.haml
joyride-rails-0.0.11 test/dummy/app/views/layouts/test_case.html.haml
joyride-rails-0.0.10 test/dummy/app/views/layouts/test_case.html.haml
joyride-rails-0.0.8 test/dummy/app/views/layouts/test_case.html.haml
joyride-rails-0.0.7 test/dummy/app/views/layouts/test_case.html.haml
joyride-rails-0.0.6 test/dummy/app/views/layouts/test_case.html.haml
joyride-rails-0.0.5 test/dummy/app/views/layouts/test_case.html.haml