Sha256: d9125fb53f938c9e3b9aedf03fa3a8443c9d2dfcfff239891d30eb38e91cf442

Contents?: true

Size: 1.18 KB

Versions: 8

Compression:

Stored size: 1.18 KB

Contents

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="description" content="">
  <meta name="author" content="">
  <link rel="icon" href="../../favicon.ico">

  <title><%= content_for?(:title) ? yield(:title) : "App Name" %></title>
  <meta name="description" content="<%= content_for?(:description) ? yield(:description) : "App desc" %>">
  <%= stylesheet_link_tag "how_to/application", :media => "all" %>
  <%= javascript_include_tag "how_to/application" %>
  <%= csrf_meta_tags %>
  <%= yield(:head) %>

  <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  <!--[if lt IE 9]>
  <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  <![endif]-->
</head>

<body>

<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
  <%= render 'layouts/how_to/navigation' %>
</nav>

<div class="container">
  <%= render 'layouts/how_to/navigation' %>
  <%= yield %>
</div>
<!-- /container -->

</body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
how_to-2.0.5 app/views/layouts/how_to/application.html.erb
how_to-2.0.4 app/views/layouts/how_to/application.html.erb
how_to-2.0.3 app/views/layouts/how_to/application.html.erb
how_to-2.0.2 app/views/layouts/how_to/application.html.erb
how_to-2.0.1 app/views/layouts/how_to/application.html.erb
how_to-2.0.0 app/views/layouts/how_to/application.html.erb
how_to-1.0.3 app/views/layouts/how_to/application.html.erb
how_to-1.0.2 app/views/layouts/how_to/application.html.erb