Sha256: 2a339c4884af6f407fba2a28c13feda106606e4238a217f1c9c729c9be55dc35
Contents?: true
Size: 521 Bytes
Versions: 4
Compression:
Stored size: 521 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <%= render :html_head %> <script src="<%= url_for(js_file) %>" type="text/javascript" charset="utf-8"></script> <script src="<%= url_for(js_app_file) %>" type="text/javascript" charset="utf-8"></script> <title><%= h format_object_title(object) %></title> </head> <body> <div id="content"> <%= yield object %> </div> <%= render :footer %> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems