Sha256: 5fbeeebc204a18e5b2143f5a0c43cead5ad36d873b9b39b5322d5f71718bb923

Contents?: true

Size: 1.03 KB

Versions: 2

Compression:

Stored size: 1.03 KB

Contents

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Forever Style Guide</title>
  <meta name="description" content="">
  <meta name="author" content="">
  <meta name="apple-mobile-web-app-capable" content="yes">
  <meta name="apple-mobile-web-app-status-bar-style" content="black">
  <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0">
  <link rel="icon" type="image/x-icon" href="/favicon.ico">
  <%= stylesheet_link_tag "style_guide/application", :media => "all" %>
  <%= stylesheet_link_tag "application", :media => "all" %>
  <%= csrf_meta_tags %>
</head>
<body class="style-guide" data-spy="scroll" data-target=".style-guide-scrollspy">

  <% if !@hide_navigation %>
    <%= render partial: "layouts/forever_style_guide/navigation" %>
  <% end %>

  <div class="style-guide-body">
    <%= yield %>
  </div>
  <%= javascript_include_tag "style_guide/application" %>
  <%= javascript_include_tag "forever_style_guide/application" %>
  <%= javascript_include_tag "application" %>
</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
forever_style_guide-1.2.11 app/views/layouts/forever_style_guide/application.html.erb
forever_style_guide-1.2.10 app/views/layouts/forever_style_guide/application.html.erb