Sha256: 2002f022ae46dd51ec0eac3e79d5c06b61e489ff92170201f4ad64cc02aedb19

Contents?: true

Size: 1.86 KB

Versions: 6

Compression:

Stored size: 1.86 KB

Contents

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title><%= title %></title>
    <%= csrf_meta_tags %>
    <%= action_cable_meta_tag %>
    <meta name="relative_url_root" content="<%= main_app.root_url %>" />
    <meta name="revision" content="<%= revision %>" />
    <meta name="env" content="<%= Rails.env %>" />
    <%= yield :meta %>

    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
    <!--[if lt IE 9]>
      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
    <![endif]-->

    <!-- Le styles -->
    <%= stylesheet_link_tag "houston/vendor", media: "all" %>
    <%= stylesheet_link_tag "houston/application", media: "all" %>
    <%= stylesheet_link_tag "houston/print", media: "print" %>
    <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
    <%= yield :stylesheets %><%# so that Engines can hook in and add styles %>

    <!-- Le fav and touch icons -->
    <% unless unfurling? %>
      <link rel="icon" type="image/x-icon" href="<%= ENV['RAILS_RELATIVE_URL_ROOT'] %>/favicon.png" />
    <% end %>
  </head>
  <body>
    <div class="container">
      <%= yield -%>

      <%= render partial: "layouts/tester_bar" if Rails.env.development? -%>
    </div> <!-- /container -->

    <!-- Le javascript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
    <%= javascript_include_tag "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" %>
    <%= javascript_include_tag "houston/vendor" %>
    <%= javascript_include_tag "houston/application" %>
    <%= yield :javascripts %><%# so that Engines can hook in and add scripts %>
    <%= google_analytics_script_tag %>
  </body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
houston-core-0.8.4 app/views/layouts/naked.html.erb
houston-core-0.8.3 app/views/layouts/naked.html.erb
houston-core-0.8.2 app/views/layouts/naked.html.erb
houston-core-0.8.1 app/views/layouts/naked.html.erb
houston-core-0.8.0 app/views/layouts/naked.html.erb
houston-core-0.8.0.pre2 app/views/layouts/naked.html.erb