Sha256: 65d1601ab9e6100dbc4a1bd017ac7635d4db803dc1da8392b6a9d2534cf74ed5

Contents?: true

Size: 1.07 KB

Versions: 3

Compression:

Stored size: 1.07 KB

Contents

%html
  %head
    %title Perkins
    %link{ href:"//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" , rel:"stylesheet"}

    %script{ src: "//code.jquery.com/jquery-2.1.1.min.js"}
    %script{ src:"//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"}
    %link{:rel => "stylesheet", :href => "//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css"}/

    %script{ src:"/assets/app.js"}
    %link{ href:"/assets/app.css", media:"screen", rel:"stylesheet", type:"text/css"}

    :javascript
      minispade.require('log')

  %body
    #perkins-layout
      %nav#main-menu.navbar.navbar-fixed-top{role:"navigation"}

      -#= haml :menu

      .container
        #content
          #left-wrap.col-sm-3
            #sidebar.affix.col-sm-3

          #main-content.col-sm-9
            -#= yield

        #inner

      .clearfix
      #footer
        -#= render 'footer'
        .pull-right
          Copyright © #{Time.now.year} Perkins
        %strong
          Redis connection:
        %span
          = $redis.client.host
          = $redis.client.port

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
perkins-0.0.5 lib/perkins/views/layout.haml
perkins-0.0.3 lib/perkins/views/layout.haml
perkins-0.0.2 lib/perkins/views/layout.haml