Sha256: ca885f3a3ff1406ec851f1eb7655ef869b7721d261da19c0ec59ef7690db2d40
Contents?: true
Size: 516 Bytes
Versions: 7
Compression:
Stored size: 516 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_type(object) %>: <%= h object.path %></title> </head> <body> <div id="content"> <%= yield object %> </div> </body> </html>
Version data entries
7 entries across 6 versions & 1 rubygems