Sha256: 60d38af39f7c32b19c99515b3b5c83e29db7f9cb9d6f9d4909c04186a8d78c3f

Contents?: true

Size: 651 Bytes

Versions: 8

Compression:

Stored size: 651 Bytes

Contents

<!DOCTYPE html>
<html class="no-js">
<head>
  <meta charset="utf-8">
  <title>ComponentGuide</title>
  <%= stylesheet_link_tag "application", :media => "all" %>
  <%= csrf_meta_tags %>
  <%= javascript_include_tag "styleus_prerender" %>
</head>
<body>
<!-- class __styleus is the styleus context class,
 providing a minimal css setting. -->
<section class="__styleus_wrapper">
  <header>
    <%= link_to raw('<span class="icon"><</span> Components'), components_path, class: "back" if components_category? %>
    <h1>Component Guide</h1>
  </header>

  <%= yield :components %>
</section>

<%= javascript_include_tag "application" %>

</body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
styleus-0.0.12 app/views/layouts/_styleus.html.erb
styleus-0.0.11 app/views/layouts/_styleus.html.erb
styleus-0.0.10 app/views/layouts/_styleus.html.erb
styleus-0.0.9 app/views/layouts/_styleus.html.erb
styleus-0.0.8 app/views/layouts/_styleus.html.erb
styleus-0.0.7 app/views/layouts/_styleus.html.erb
styleus-0.0.6 app/views/layouts/_styleus.html.erb
styleus-0.0.5 app/views/layouts/_styleus.html.erb