Sha256: 7e828580d1268e3d86ecfeb44c628c681528370f65accaea1ce8b0287507be48

Contents?: true

Size: 1.22 KB

Versions: 5

Compression:

Stored size: 1.22 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]><!-->
  <!DOCTYPE HTML>
  <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" %>
    <% if controller_name.match(/express_ui/) %>
    <%= javascript_include_tag 'express_ui/application', 'data-turbolinks-track': 'reload' %>
    <% end %>
    <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
  </head>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
express_ui-0.4.1 app/views/layouts/express_ui/_head.html.erb
express_ui-0.4.0 app/views/layouts/express_ui/_head.html.erb
express_ui-0.3.0 app/views/layouts/express_ui/_head.html.erb
express_ui-0.2.1 app/views/layouts/express_ui/_head.html.erb
express_ui-0.2.0 app/views/layouts/express_ui/_head.html.erb