Sha256: ca71bdf9bbef3c5a97d2cfe784e11ac0e2df521c109caa2565dfffdca1d5cdbc
Contents?: true
Size: 834 Bytes
Versions: 7
Compression:
Stored size: 834 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <link href="/assets/application.css" media="all" rel="stylesheet" type="text/css" /> <script src="/assets/application.js" type="text/javascript"></script> </head> <body> <h1>Employee Report</h1> <a href="/reports/employee.csv?options%5Bdivisions%5D%5B%5D=Tedious+Toiling&options%5Bnames%5D%5B%5D=Jimmy+Jackalope&options%5Bnames%5D%5B%5D=Moustafa+McMann&options%5Border%5D=desc&options%5Bsalary%5D=true" class="download-csv">Download CSV</a> <table> <thead> <tr> <th>Id</th> <th>Name</th> <th>Division</th> <th>Salary</th> <th>Suspended</th> <th>Hired On</th> </tr> </thead> <tbody> <tr> <td>2</td> <td>Employee Jimmy Jackalope, Jr.</td> <td>Tedious Toiling</td> <td>$20,000.00</td> <td>Yes</td> <td>2013-01-11</td> </tr> </tbody> </table> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems