Sha256: 41b82cf751e0f94f958fa76dc0c358f6e6f685a758a152c2dfaa6ff88abc6c49
Contents?: true
Size: 1.39 KB
Versions: 14
Compression:
Stored size: 1.39 KB
Contents
<html> <!--[if IE 7]><html class='no-js ie7 no-freight base #{yield :document_class}' data-topic="#{yield :topic}" lang='en'><![endif]--> <!--[if IE 8]><html class='no-js ie8 no-freight base #{yield :document_class}' data-topic="#{yield :topic}" lang='en'><![endif]--> <!--[if IE 9]><html class='no-js ie9 no-freight base #{yield :document_class}' data-topic="#{yield :topic}" lang='en'><![endif]--> <!--[if gt IE 9]><!--><html class='no-js no-freight base #{yield :document_class}' data-topic="#{yield :topic}" lang='en'><!--<![endif]--> <head> <meta charset="utf-8"/> <meta content="AppExpress" name="author"/> <title>AppExpress Express UI</title> <%= csrf_meta_tags %> <meta name="viewport" content="width=device-width, initial-scale=1"> <%= stylesheet_link_tag 'express_ui/styleguide', :media => "all" %> <%= javascript_include_tag 'express_ui/application', 'data-turbolinks-track': 'reload' %> <%= javascript_include_tag 'https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js' %> <% if Rails.env.production? %> <script type="text/javascript">window.$crisp=[];window.CRISP_WEBSITE_ID="31987794-4283-4e5c-b285-532739bddf02";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.im/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();</script> <% end %> </head> <body> <%= yield %> </body> </head>
Version data entries
14 entries across 14 versions & 1 rubygems