Sha256: 53c8eaaa60a4c33af69df7b352c19fd9e10afe01255c6c88be9ad51e51112089

Contents?: true

Size: 779 Bytes

Versions: 2

Compression:

Stored size: 779 Bytes

Contents

%html
  %head
    %meta{name: 'viewport', content: 'width=device-width, initial-scale=1.0'}
    %link{rel: 'stylesheet', media: 'screen, projection', type: 'text/css', href: 'styles/bootstrap.min.css'}
    %link{rel: 'stylesheet', media: 'screen, projection', type: 'text/css', href: 'styles/custom.css'}
    %script{src: 'http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js'}
    %script{src: 'http://code.jquery.com/jquery-2.0.3.min.js'}
  %body
    .navbar.navbar-inverse.navbar-fixed-top
      .container
        .navbar-header
          %a.navbar-brand{href: '/'}
            Redis Monitor
        .collapse.navbar-collapse
          %ul.nav.navbar-nav
            %li.active
              %a{href: '/info'}
                Info

    .container
      = yield

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
redis_monitor-0.0.3 lib/views/layouts/main.haml
redis_monitor-0.0.2 lib/views/layouts/main.haml