Sha256: e8af9a6e040f1a8892b49d7f4b30009f141d9894dca23bcf4696fe6571221cec
Contents?: true
Size: 709 Bytes
Versions: 9
Compression:
Stored size: 709 Bytes
Contents
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Filter Export Data Table</title> <style> body { font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:10px; } table { border: 1px solid #ccc; } th { text-align:left; vertical-align:top; border: 1px solid #ccc; } td { text-align:left; vertical-align:top; border: 1px solid #ccc; } </style> </head> <body> <%= will_filter_table_tag(@wf_filter) %> </body> </html>
Version data entries
9 entries across 3 versions & 1 rubygems