Sha256: 2a8e214bf41d3360cbcbae4d8f743c9548211375bb9bf268e9de696c4585d1dc
Contents?: true
Size: 458 Bytes
Versions: 20
Compression:
Stored size: 458 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> <header> <%= render 'layouts/header' %> </header> <div id="real-body"> <%= render 'layouts/status_bar' %> <div id="content-wrapper"> <article id="main"> <%= yield %> </article> </div> </div> <footer> <%= render 'layouts/footer' %> </footer> </body> </html>
Version data entries
20 entries across 20 versions & 1 rubygems