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&amp;options%5Bnames%5D%5B%5D=Jimmy+Jackalope&amp;options%5Bnames%5D%5B%5D=Moustafa+McMann&amp;options%5Border%5D=desc&amp;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

Version Path
dossier-2.7.1 spec/fixtures/reports/employee_with_parameters.html
dossier-2.7.0 spec/fixtures/reports/employee_with_parameters.html
dossier-2.6.0 spec/fixtures/reports/employee_with_parameters.html
dossier-2.5.2 spec/fixtures/reports/employee_with_parameters.html
dossier-2.5.1 spec/fixtures/reports/employee_with_parameters.html
dossier-2.5.0 spec/fixtures/reports/employee_with_parameters.html
dossier-2.4.0 spec/fixtures/reports/employee_with_parameters.html