Sha256: af35483cc6aa016e4f2dda6ed31586b7002eda248f336d74f2f4137390fa0ce9

Contents?: true

Size: 1.14 KB

Versions: 2

Compression:

Stored size: 1.14 KB

Contents

  <!--[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><%= @page_title || content_for(:page_title) || (page_title rescue "No Page Title Set") %></title>
    <%= csrf_meta_tags %>
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
    <%= stylesheet_link_tag 'express_ui/styleguide', :media => "all" %>
    <%= stylesheet_link_tag 'application', :media => "all" %>
    <%= javascript_include_tag 'express_ui/application', 'data-turbolinks-track': 'reload' %>
    <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
  </head>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
express_ui-0.1.5 app/views/layouts/express_ui/_head.html.erb
express_ui-0.1.4 app/views/layouts/express_ui/_head.html.erb