Sha256: 8111146bab2b8d9bb4cc56fa3a65a34969629341b9e1f453b36005fc43399ddb
Contents?: true
Size: 509 Bytes
Versions: 4
Compression:
Stored size: 509 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><%= options[:app_name] %></title> <%%= stylesheet_link_tag 'web_app_theme', "themes/<%= options[:theme] %>/style", :cache => true %> </head> <body> <div id="container"> <div id="box"> <%%= yield %> </div> </div> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems