Sha256: b479cca3c0b9cbb185f49423d3bab5daae97910d90192b5106f08cb38bbf4cb4

Contents?: true

Size: 1.14 KB

Versions: 18

Compression:

Stored size: 1.14 KB

Contents

<!DOCTYPE html>
<html class='no-js not-ready'>
  <head>
    <title><%= application_name %></title>
    <meta charset='utf-8'>
    <meta content='width=device-width, initial-scale=1, maximum-scale=1' name='viewport'>
    <meta content='yes' name='apple-mobile-web-app-capable'>
    <meta content='black' name='apple-mobile-web-status-bar-style'>
    <meta content='on' http-equiv='cleartype'>
    <meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
    <meta content='320' name='MobileOptimized'>
  </head>
  <body>
    <noscript>
      <div class='js-warning'></div>
    </noscript>
    <div id="application_preload_layer" style="position:absolute;top:0px;right:0px;left:0px;bottom:0px"><%= application_preload_html %></div>
    <div id='app'></div>

    <script type="text/javascript">
      window.app = {}
      window.app.confirm = function(message, callback) { if (confirm(message)) { callback(); } }
      window.app.bootstraped = false;
      window.app.enable_debug = true;
      window.app.assets_manifest = "/<%= ENV['RACK_ENV'] == 'production' ? 'app.assets/manifest.json' : 'manifest.json' %>";
      <%= main_js %>
    </script>
  </body>
</html>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
arcabouco-0.2.16 lib/templates/index.html.erb
arcabouco-0.2.15 lib/templates/index.html.erb
arcabouco-0.2.14 lib/templates/index.html.erb
arcabouco-0.2.13 lib/templates/index.html.erb
arcabouco-0.2.12 lib/templates/index.html.erb
arcabouco-0.2.11 lib/templates/index.html.erb
arcabouco-0.2.10 lib/templates/index.html.erb
arcabouco-0.2.9 lib/templates/index.html.erb
arcabouco-0.2.8 lib/templates/index.html.erb
arcabouco-0.2.7 lib/templates/index.html.erb
arcabouco-0.2.6 lib/templates/index.html.erb
arcabouco-0.2.5 lib/templates/index.html.erb
arcabouco-0.2.4 lib/templates/index.html.erb
arcabouco-0.2.3 lib/templates/index.html.erb
arcabouco-0.2.2 lib/templates/index.html.erb
arcabouco-0.2.1 lib/templates/index.html.erb
arcabouco-0.2.0 lib/templates/index.html.erb
arcabouco-0.1.9 lib/templates/index.html.erb