Sha256: b63c8a19326d7832c6c71caa50006f666cace9d5397371d071a188e4fd90d299
Contents?: true
Size: 266 Bytes
Versions: 4
Compression:
Stored size: 266 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= options.app_name %></title> <%%= stylesheet_link_tag "web_app_theme" %> <%%= csrf_meta_tag %> </head> <body> <div id="container"> <div id="box"> <%%= yield %> </div> </div> </body> </html>
Version data entries
4 entries across 4 versions & 2 rubygems