Sha256: 4450645004c06b48c130da3f8944f8b86682a949b81c5039d39adea06bb1e132

Contents?: true

Size: 902 Bytes

Versions: 39

Compression:

Stored size: 902 Bytes

Contents

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

    = javascript_include_tag "vendor"
    = javascript_include_tag "iugu-ux"
    = stylesheet_link_tag    "iugu-ux"

    %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 ui-box-background" }
    %noscript
      .js-warning

    #app

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

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
iugu-ux-1.0.25 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.24 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.23 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.22 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.21 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.20 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.19 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.18 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.17 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.16 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.15 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.14 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.13 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.12 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.11 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.10 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.9 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.8 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.7 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.6 sandbox/app/views/ui_library/boiler.html.haml