Sha256: 3f71fdf175706735495c98275dc12bc7547a79b3e868ec38e0c1b3254c7a69ce

Contents?: true

Size: 974 Bytes

Versions: 7

Compression:

Stored size: 974 Bytes

Contents

!!! 5
%html{:lang => "en"}
  %head
    %meta{:charset => "utf-8"}/
    %title
      App Testing
    = csrf_meta_tags

    = stylesheet_link_tag    "iugu-ux"
    = javascript_include_tag "vendor"
    = javascript_include_tag "iugu-ux"
    = stylesheet_link_tag    "sandbox-sprites"
    = stylesheet_link_tag    "application"

    %meta{ :name=>'viewport', :content=>'width=device-width, initial-scale=1, maximum-scale=1' }
    %meta{ :name=>'apple-mobile-web-app-capable', :content=>'yes' }
    %meta{ :name=>'apple-mobile-web-status-bar-style', :content=>'black' }
    %meta{ :'http-equiv'=>'cleartype', :content=>'on' }
    %meta{ :'http-equiv'=>'X-UA-Compatible', :content=>'IE=edge,chrome=1' }
    %meta{ :name=>'MobileOptimized', :content=>'320' }

  %body{ :class => "iugu-ui" }
    %noscript
      .js-warning

    #app

    %script
      (function() { $(function() {
      if (typeof(run_webapp) == 'function') return run_webapp(true);
      });
      }).call(this);

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
iugu-ux-0.8.0 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-0.7.1 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-0.7.0 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-0.6.7 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-0.6.6 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-0.6.5 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-0.6.0 sandbox/app/views/ui_library/boiler.html.haml