Sha256: 094cc5a235e7fefca24457eb6a99be900dd513a1c20e2fc7ffaf609616af8ea1
Contents?: true
Size: 957 Bytes
Versions: 7
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> <a href="/reports/employee.csv?options%5Bfooter%5D=1" 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>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> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems