devdocs/views/other.erb

21 lines
1.3 KiB
Text
Raw Normal View History

2013-10-24 20:25:52 +02:00
<!DOCTYPE html>
<html lang="en">
2013-10-24 20:25:52 +02:00
<head>
<meta charset="utf-8">
2015-02-14 17:30:40 +01:00
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<% if doc_index_page? %><meta name="description" content="<%= @doc['full_name'] %> API documentation with instant search, offline mode, keyboard shortcuts, mobile version, and more."><% else %><meta name="robots" content="noindex"><% end %>
<meta name="format-detection" content="telephone=no">
2016-05-01 20:05:27 +02:00
<meta property="og:image" content="https://cdn.devdocs.io/images/icon-128.png">
<title>DevDocs<%= " - #{@doc['full_name']} documentation" if doc_index_page? %></title>
2015-05-12 14:00:21 +02:00
<link rel="canonical" href="http://devdocs.io<%= request.path %>">
2016-05-01 20:05:27 +02:00
<link rel="icon" type="image/x-icon" href="https://cdn.devdocs.io/favicon.ico">
2013-10-24 20:25:52 +02:00
<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="Search DevDocs">
2015-02-08 23:50:03 +01:00
<link rel="stylesheet" href="<%= main_stylesheet_path %>" data-alt="<%= alternate_stylesheet_path %>">
2013-10-24 20:25:52 +02:00
<%= javascript_tag 'application', asset_host: false %><% unless App.production? %>
<%= javascript_tag 'debug' %><% end %>
</head>
<body class="_booting _noscript" data-doc="<%= CGI::escape_html @doc.to_json %>">
<noscript class="_fail">DevDocs requires JavaScript to run.</noscript>
2013-10-24 20:25:52 +02:00
<%= erb :app %></body>
</html>