Sha256: 19f72aab4947c3f6c6b7bbd0eb6ae4cef8f08559220e5316a0b0903a9bc8598e

Contents?: true

Size: 666 Bytes

Versions: 7

Compression:

Stored size: 666 Bytes

Contents

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

    %div.topbar
      %div.topbar-inner
        %div.container
          %a{class: 'brand', href: "/"} Shortener
          %ul.nav
            %li
              %a{href: '/index'} Index
            %li
              %a{href: '/add'} Add
            - if $conf.s3_available
              %li
                %a{href: '/upload'} Upload

    #main.container(style="margin-top: 40px;")
      = yield

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
short-0.5.2 lib/shortener/server/views/layout.haml
short-0.5.1 lib/shortener/server/views/layout.haml
short-0.5.0 lib/shortener/server/views/layout.haml
short-0.4.3 lib/shortener/server/views/layout.haml
short-0.4.2 lib/shortener/server/views/layout.haml
short-0.4.1 lib/shortener/server/views/layout.haml
short-0.4.0 lib/shortener/server/views/layout.haml