Sha256: d1282e1036b02377cb2d509be7495663b72653a5398120099fb91ad8d0019c5b
Contents?: true
Size: 957 Bytes
Versions: 4
Compression:
Stored size: 957 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> <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>3</td> <td>Employee Elise Elderberry</td> <td>Corporate Malfeasance</td> <td>Who's Asking?</td> <td>No</td> <td>2013-01-11</td> </tr> <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> <tfoot> <tr> <th>1</th> <th>Employee Moustafa McMann</th> <th>Zany Inventions</th> <th>$30,000.00</th> <th>No</th> <th>2010-10-02</th> </tr> </tfoot> </table> <a href="/reports/employee.csv?options%5Bfooter%5D=1" class="download-csv">Download CSV</a> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems