Sha256: 775527b4823483cae7be3eae33367cfee898d1da22e2a56e9695f1e9268332b5
Contents?: true
Size: 439 Bytes
Versions: 1
Compression:
Stored size: 439 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>ComponentGuide</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <!-- class __styleus is the styleus context class, providing a minimal css setting. --> <section class="__styleus_wrapper"> <header> <h1>Component Guide</h1> </header> <%= yield :components %> </section> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
styleus-0.0.4 | app/views/layouts/_styleus.html.erb |