Sha256: d38cce8da669611683e2a45ecea7fd6623a4ba4692fa60a05da53161355dfdfc

Contents?: true

Size: 1.21 KB

Versions: 3

Compression:

Stored size: 1.21 KB

Contents

!!! 5
%html
  %head
    %title Rawbotz
    %meta(name="viewport" content="width=device-width, initial-scale=1")
    %meta(charset="utf-8")
    %link(rel="stylesheet" txpe="text/css" href="/pure-min.css")
    %link(rel="stylesheet" txpe="text/css" href="/font-awesome-4.5.0/css/font-awesome.min.css")
    %link(rel="stylesheet" txpe="text/css" href="/rawbotz.css")
    %script{:type => 'text/javascript', :src => "/Chart.min.js"}
    %script{:type => 'text/javascript', :src => "/jquery-2.2.0.min.js"}
    %script{:type => 'text/javascript', :src => "/jui/jquery-ui.min.js"}
    %link(rel="stylesheet" type='text/css' href="/jui/jquery-ui.min.css")
    %script{:type => 'text/javascript', :src => "/rawbotz.js"}
  %body
    .pure-g
      .pure-u-1#main
        - if flash
          - if msg = flash.delete(:error)
            #flash.ui-state-error
              = msg.join(" | ")
          - if msg = flash.delete(:success)
            #flash.ui-state-highlight
              = msg.join(" | ")
          - if msg = flash.delete(:failure)
            #flash.ui-state-highlight
              = msg.join(" | ")
          - if msg = flash.delete(:info)
            #flash.ui-state-highlight
              = msg.join(" | ")

        =yield

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rawbotz-0.1.4 lib/rawbotz/views/thin_layout.haml
rawbotz-0.1.3 lib/rawbotz/views/thin_layout.haml
rawbotz-0.1.2 lib/rawbotz/views/thin_layout.haml