Sha256: 53bbc58cd80a94186698d8ffe6213a9e8c0eecdd027a54d4481207b75e218db5
Contents?: true
Size: 447 Bytes
Versions: 10
Compression:
Stored size: 447 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;"> <%= render(:partial => '/common/menu')%> <center> <div style="width:900px;text-align:left;"> <%= yield %> </div> </center> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems