Sha256: 5249130e4b1a49f0f209dfe3e820c912066af8bfbb1304dc336cae0f50ad0bce
Contents?: true
Size: 420 Bytes
Versions: 22
Compression:
Stored size: 420 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>App Name</title> <%= csrf_meta_tag %> <%= favicon_link_tag %> <%= stylesheet_link_tag 'application' %> <%= javascript_include_tag 'application' %> </head> <body> <%= render 'layouts/header' %> <div id="real-body"> <%= render 'layouts/status_bar' %> <div id="content-wrapper"> <article id="main"> <%= yield %> </article> </div> </div> <%= render 'layouts/footer' %> </body> </html>
Version data entries
22 entries across 22 versions & 1 rubygems