Sha256: 4b7619f83b49e5c452a03ae4ed4cf7c1d0e211f0bcb0b9f87745a635cf21c25d
Contents?: true
Size: 570 Bytes
Versions: 1
Compression:
Stored size: 570 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <%= stylesheet_link_tag :all %> <%= javascript_include_tag :defaults %> <%= yield :head %> </head> <body> <div id="wrap"> <div id="header"> <p>Header</p> </div> <div id="main" class="clearfix"> <%= yield %> </div> </div> <div id="footer"> <p>Footer</p> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
robinsp-robins_html_helpers-0.2.2 | rails_generators/robins_layout/templates/application.html.erb |