Sha256: fe2e83f2cbd4da474f1d33705cf9f0223c906e4472ffc8a92049b9c867aa8171

Contents?: true

Size: 1.39 KB

Versions: 58

Compression:

Stored size: 1.39 KB

Contents

<!DOCTYPE html>
<%# Tag the body with the ie version, if applicable, plus a no-js class %>
<%# if JS is on, modernizr will remove the no-js class and replace with %>
<%# a JS class %>
<!--[if lt IE 7]>  <html class="no-js ie ie6 lte9 lte8 lte7"> <![endif]-->
<!--[if IE 7]>     <html class="no-js ie ie7 lte9 lte8 lte7"> <![endif]-->
<!--[if IE 8]>     <html class="no-js ie ie8 lte9 lte8"> <![endif]-->
<!--[if IE 9]>     <html class="no-js ie ie9 lte9"> <![endif]-->
<!--[if gt IE 9]>  <html class="no-js"> <![endif]-->
<!--[if !IE]><!--> <html class="no-js">             <!--<![endif]-->
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <title><%= content_for?(:title) ? yield(:title) : Rails.application.class.parent_name.underscore.humanize.titleize %></title>
  <meta name="description" content="<%= content_for?(:title) ? yield(:title) : "" %>">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <%= stylesheet_link_tag    "application", media: "all", "data-turbolinks-track" => true %>

  <%= csrf_meta_tags %>
  <%= render "layouts/icons" %>
  <%= javascript_include_tag 'modernizr' %>
</head>
<body class="<%= "#{controller_name}-controller #{action_name}-action #{Rails.env}-environment" %>">
  <%= yield %>
  <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
  <%= JsRoutes.generate.html_safe %>
  </script>
</body>
</html>

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
revelry_core-0.1.24.0 app/views/layouts/application.html.erb
revelry_core-0.1.23.0 app/views/layouts/application.html.erb
revelry_core-0.1.22.0 app/views/layouts/application.html.erb
revelry_core-0.1.21.0 app/views/layouts/application.html.erb
revelry_core-0.1.20.0 app/views/layouts/application.html.erb
revelry_core-0.1.19.0 app/views/layouts/application.html.erb
revelry_core-0.1.18.0 app/views/layouts/application.html.erb
revelry_core-0.1.17.0 app/views/layouts/application.html.erb
revelry_core-0.1.16.0 app/views/layouts/application.html.erb
revelry_core-0.1.15.0 app/views/layouts/application.html.erb
revelry_core-0.1.14.0 app/views/layouts/application.html.erb
revelry_core-0.1.13.0 app/views/layouts/application.html.erb
revelry_core-0.1.12.6 app/views/layouts/application.html.erb
revelry_core-0.1.12.5 app/views/layouts/application.html.erb
revelry_core-0.1.12.4 app/views/layouts/application.html.erb
revelry_core-0.1.12.3 app/views/layouts/application.html.erb
revelry_core-0.1.12.2 app/views/layouts/application.html.erb
revelry_core-0.1.12.0 app/views/layouts/application.html.erb
revelry_core-0.1.11.6 app/views/layouts/application.html.erb
revelry_core-0.1.11.5 app/views/layouts/application.html.erb