Sha256: 791c40952f9080071b4ea343b56d178281c9d73ab2cb3166e9426912546423de

Contents?: true

Size: 547 Bytes

Versions: 13

Compression:

Stored size: 547 Bytes

Contents

!!!
%html
  %head
    %title Shortener
    %link{rel: 'stylesheet', type: 'text/css', href: '/patched.bootstrap.min.css'}
    %script{src: 'http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js', type: 'text/javascript'}
    %script{src: 'site.js', type: 'text/javascript'}
  %body{:'padding-top' => '60px'}

    #main.container(style="margin-top: 40px;")
      = yield
      .row
        %a.center{href: "#{@short['url']}"} Download
:css
  body {
    background-color: #787171;
  }

  .center {
    margin: 0 auto;
    padding: 0;
  }

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
short-0.5.3 lib/shortener/server/views/s3/layout.haml
short-0.5.2 lib/shortener/server/views/s3/layout.haml
short-0.5.1 lib/shortener/server/views/s3/layout.haml
short-0.5.0 lib/shortener/server/views/s3/layout.haml
short-0.4.3 lib/shortener/server/views/s3/layout.haml
short-0.4.2 lib/shortener/server/views/s3/layout.haml
short-0.4.1 lib/shortener/server/views/s3/layout.haml
short-0.4.0 lib/shortener/server/views/s3/layout.haml
short-0.3.3 lib/shortener/server/views/s3/layout.haml
short-0.3.2 lib/shortener/server/views/s3/layout.haml
short-0.3.1 lib/shortener/server/views/s3/layout.haml
short-0.3.0 lib/shortener/server/views/s3/layout.haml
short-0.2.1 lib/shortener/server/views/s3/layout.haml