|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en" class="_booting _theme-<%= app_theme %>">
|
|
|
|
|
<html 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">
|
|
|
|
@ -13,7 +13,7 @@
|
|
|
|
|
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="Search DevDocs">
|
|
|
|
|
<%= stylesheet_tag 'application' %>
|
|
|
|
|
</head>
|
|
|
|
|
<body<%= %( class="#{app_layout}") if app_layout %> data-doc="<%= CGI::escape_html @doc.to_json %>">
|
|
|
|
|
<body data-doc="<%= CGI::escape_html @doc.to_json %>">
|
|
|
|
|
<noscript class="_fail">DevDocs requires JavaScript to run.</noscript>
|
|
|
|
|
<%= erb :app -%>
|
|
|
|
|
<%= javascript_tag 'application', asset_host: false %><% unless App.production? %>
|
|
|
|
|