Sha256: 239fdd65fb51b5877a23043ed0405c9ffd871454aad56245922e3c7850c05303

Contents?: true

Size: 952 Bytes

Versions: 3

Compression:

Stored size: 952 Bytes

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">
  <%= 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">
  <%= render partial: "layouts/forever_style_guide/navigation" %>
  <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

3 entries across 3 versions & 1 rubygems

Version Path
forever_style_guide-1.2.5 app/views/layouts/forever_style_guide/application.html.erb
forever_style_guide-1.2.4 app/views/layouts/forever_style_guide/application.html.erb
forever_style_guide-1.2.3 app/views/layouts/forever_style_guide/application.html.erb