Sha256: 86235d5fba1507d56a31f84909f9c66b2cdfd4dbffdad872ebbcfce5fb7bdb52
Contents?: true
Size: 1011 Bytes
Versions: 32
Compression:
Stored size: 1011 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"> <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" %> </body> </html>
Version data entries
32 entries across 32 versions & 1 rubygems