|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html<%= ' manifest="/manifest.appcache"' if App.production? %> prefix="og: http://ogp.me/ns#" lang="en">
|
|
|
|
|
<html<%= ' manifest="/manifest.appcache"' if App.production? %> prefix="og: http://ogp.me/ns#" lang="en" class="_booting">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,shrink-to-fit=no">
|
|
|
|
@ -31,11 +31,12 @@
|
|
|
|
|
<link rel="apple-touch-icon" sizes="160x160" href="<%= App.cdn_origin %>/images/apple-icon-160.png">
|
|
|
|
|
<link rel="mask-icon" href="<%= App.cdn_origin %>/images/webkit-mask-icon.svg" color="#398df0">
|
|
|
|
|
<link rel="stylesheet" href="<%= main_stylesheet_path %>" data-alt="<%= alternate_stylesheet_path %>">
|
|
|
|
|
<%= javascript_tag 'application', asset_host: false %>
|
|
|
|
|
<%= javascript_tag 'docs' %><% unless App.production? %>
|
|
|
|
|
<%= javascript_tag 'debug' %><% end %>
|
|
|
|
|
</head>
|
|
|
|
|
<body class="_booting _noscript<%= " #{app_layout}" if app_layout %>">
|
|
|
|
|
<body<%= %w( class="#{app_layout}") if app_layout %>>
|
|
|
|
|
<noscript class="_fail">DevDocs requires JavaScript to run.</noscript>
|
|
|
|
|
<%= erb :app %></body>
|
|
|
|
|
<%= erb :app -%>
|
|
|
|
|
<%= javascript_tag 'application', asset_host: false %>
|
|
|
|
|
<%= javascript_tag 'docs' %><% unless App.production? %>
|
|
|
|
|
<%= javascript_tag 'debug' %><% end %>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|