Sha256: f33ba0c3f7001aa80618d1a619a6c68d21c76e26f9420eef846930e5fb1a4f06
Contents?: true
Size: 512 Bytes
Versions: 1
Compression:
Stored size: 512 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
web-app-theme-0.5.3 | rails_generators/theme/templates/view_layout_sign.html.erb |