Sha256: 1367f7fc0332ca85aca014fc6ddeb64cffed38661db95167cb9fb75343c526e7

Contents?: true

Size: 1.37 KB

Versions: 1

Compression:

Stored size: 1.37 KB

Contents

!!!
%html{ :class => "no-js not-ready", :manifest => :"/manifest.appcache" }
  -# Set a base Title (From Partial maybe?)
    %link{:href => "//iugu.com/imgs/favicon.ico", :rel => "icon"}/
    %link{:href => "//iugu.com/imgs/favicon.ico", :rel => "shortcut icon"}/
  %title ...
  %meta{ :charset => "utf-8" }

  %link{:rel => :stylesheet, :type => :"text/css", :href => "/app.assets/#{assets['app.css'].digest_path}" } 
  %script{:type => :"text/javascript", :src => "/app.assets/#{assets['vendor.js'].digest_path}"}
  %script{:type => :"text/javascript", :src => "/app.assets/#{assets['app.js'].digest_path}"}

  %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

  %noscript
    .js-warning

  #app
    %h1
      Application Place Holder

  -# Need to render additional footer
  -# Google Tag Manager and footer additional scripts
  -# Best to have a base_footer

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
arcabouco-0.1.0 lib/templates/index.haml