Sha256: 313a6bab527d85e47258288dc0b56a6c8a79edd4db0198e347607307ca95c493

Contents?: true

Size: 1.17 KB

Versions: 18

Compression:

Stored size: 1.17 KB

Contents

!!!
%html{ :class => "no-js not-ready" }
  %head
    %meta{ :charset => "utf-8" }
    %title
      = IuguSDK::application_title

    :javascript
      window.api_token = '#{@current_user.token.token}';

    = 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' }

    %link{:href => "//iugu.com/imgs/favicon.ico", :rel => "icon"}/
    %link{:href => "//iugu.com/imgs/favicon.ico", :rel => "shortcut icon"}/


  %body.iugu-ui.ui-box-background


    %noscript
      .js-warning

    #app

    %script
      (function() { $(function() {
      if (typeof(run_webapp) == 'function')
      i18n.setDefaultLocale('#{@current_user.locale}');
      return run_webapp(true);
      });
      }).call(this);

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
iugusdk-1.0.11 lib/generators/templates/web-app/entry_point_view.html.haml
iugusdk-1.0.10 lib/generators/templates/web-app/entry_point_view.html.haml
iugusdk-1.0.9 lib/generators/templates/web-app/entry_point_view.html.haml
iugusdk-1.0.8 lib/generators/templates/web-app/entry_point_view.html.haml
iugusdk-1.0.7 lib/generators/templates/web-app/entry_point_view.html.haml
iugusdk-1.0.6 lib/generators/templates/web-app/entry_point_view.html.haml
iugusdk-1.0.5 lib/generators/templates/web-app/entry_point_view.html.haml
iugusdk-1.0.4 lib/generators/templates/web-app/entry_point_view.html.haml
iugusdk-1.0.3 lib/generators/templates/web-app/entry_point_view.html.haml
iugusdk-1.0.2 lib/generators/templates/web-app/entry_point_view.html.haml
iugusdk-1.0.1 lib/generators/templates/web-app/entry_point_view.html.haml
iugusdk-1.0.0.alpha.32 lib/generators/templates/web-app/entry_point_view.html.haml
iugusdk-1.0.0.alpha.31 lib/generators/templates/web-app/entry_point_view.html.haml
iugusdk-1.0.0.alpha.30 lib/generators/templates/web-app/entry_point_view.html.haml
iugusdk-1.0.0.alpha.29 lib/generators/templates/web-app/entry_point_view.html.haml
iugusdk-1.0.0.alpha.28 lib/generators/templates/web-app/entry_point_view.html.haml
iugusdk-1.0.0.alpha.27 lib/generators/templates/web-app/entry_point_view.html.haml
iugusdk-1.0.0.alpha.26 lib/generators/templates/web-app/entry_point_view.html.haml