Sha256: 54aa0df3d9c8e2dfb0fe2a8c0e0ec589f2ef2e99ddc1ffe1b2d0954d45fbc0a7
Contents?: true
Size: 421 Bytes
Versions: 6
Compression:
Stored size: 421 Bytes
Contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>will_filter examples</title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body style="margin:0px;"> <center> <div style="margin-top:20px;width:900px;text-align:left;"> <%= yield %> </div> </center> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems