Sha256: 20c768dde8098b46e0015867bf7acf0edd2732ebf00004e9ecc800547a01b3b1

Contents?: true

Size: 842 Bytes

Versions: 3

Compression:

Stored size: 842 Bytes

Contents

!!! Transitional
%head
  %title= @title
  %meta{ :content => "text/html;charset=UTF-8", "http-equiv" => "content-type" }/
  %meta{:content => "width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;", :name => "viewport"}/
  %style{:media => "screen", :type => "text/css"} @import "/iui/iuix.css";
  %style{:media => "screen", :type => "text/css"} @import "/app.css";
  %script{:src => "/app.js", :type => "application/x-javascript"}
  %script{:src => "/jquery.js", :type => "application/x-javascript"}
  %script{:src => "/sparklines.js", :type => "application/x-javascript"}
  %script{:src => "/iui/iui.js", :type => "application/x-javascript"}
  :javascript
    iui.animOn = true;

%body
  .toolbar
    %h1#pageTitle= @title
    %a#backButton.button{:href => "#"}
    %a.button{:href => "/", :target => "_self"} Refresh

  = yield

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
subduino-0.2.1 webapp/views/mobile.haml
subduino-0.2.0 webapp/views/mobile.haml
subduino-0.1.0 webapp/views/mobile.haml