Sha256: bb85d9020d10d6c5b3a96ecb3999fe626ea9d90bc4a526153d55fd9d56fe192c

Contents?: true

Size: 585 Bytes

Versions: 2

Compression:

Stored size: 585 Bytes

Contents

!!!
%html
  %head
    %title stable-rails sample
    %link(href="/stylesheets/stable.css" media="all" rel="stylesheet" type="text/css")
    :css
      .table-scroll {
        height: 200px;
        width: 70%;
      }

      .table-scroll.w120 .t-row div {
        width: 120px;
      }

      .red { background-color: red !important; }
      .blue { background-color: blue !important; }
    %script(src="http://code.jquery.com/jquery-1.8.3.min.js" type="text/javascript")
    %script(src="/javascripts/stable.js" type="text/javascript")
  %body
    %h1 stable-rails sample
    =yield

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stable-rails-0.0.3 spec/sinatra-app/views/layout.haml
stable-rails-0.0.2 spec/sinatra-app/views/layout.haml