Sha256: 55353bacde481eae512f7cc9511d01154f0968a82684dd8d992c73bf3de9d9ec
Contents?: true
Size: 583 Bytes
Versions: 10
Compression:
Stored size: 583 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" /> <title><%%= controller.controller_name %>: <%%= controller.action_name %></title> <%%= stylesheet 'scaffold.css' %> </head> <body> <div id="wrapper"> <%% if tell[:notice] -%> <div id="tell_notice"><%%= tell[:notice] %></div> <%% end -%> <div><%%= yield_to :view %></div> </div> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems