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.5 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.4 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.3 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.2 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.1 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-1.0.0 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-0.9.9 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-0.9.8 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-0.9.5 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-0.9.4 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-0.9.3 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-0.9.2 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-0.9.1 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-0.9.0 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-0.8.9 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-0.8.8 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-0.8.7 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-0.8.6 sandbox/app/views/ui_library/boiler.html.haml
iugu-ux-0.8.5 sandbox/app/views/ui_library/boiler.html.haml