spec/fixtures/reports/employee.html in dossier-2.3.0 vs spec/fixtures/reports/employee.html in dossier-2.4.0
- old
+ new
@@ -7,10 +7,11 @@
</head>
<body>
<h1>Employee Report</h1>
+<a href="/reports/employee.csv?" class="download-csv">Download CSV</a>
<table>
<thead>
<tr>
<th>Id</th>
<th>Name</th>
@@ -45,10 +46,9 @@
<td>No</td>
<td>2010-10-02</td>
</tr>
</tbody>
</table>
-<a href="/reports/employee.csv?" class="download-csv">Download CSV</a>
</body>
</html>