Sha256: 904874501739cbce493fea7cf9678334e66858bc8ae825faa8aa6105f3dc7ac4

Contents?: true

Size: 630 Bytes

Versions: 1

Compression:

Stored size: 630 Bytes

Contents

!!!
%html
  %head
    - (_type = @short['type']) && _type[0] = _type[0].capitalize
    %title= "#{_type} - #{@short['name']}"
    %link{rel: 'stylesheet', type: 'text/css', href: '/css/bootstrap.min.css'}
    %script{src: '//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js', type: 'text/javascript'}
    -#%script{src: 'js/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

1 entries across 1 versions & 1 rubygems

Version Path
short-0.6.0 lib/shortener/server/views/s3/layout.haml