web/app/views/results/index.html.erb
changeset 300 7644dc89cdad
parent 259 bfdd187c332f
child 312 c9a8fa71d8fc
--- a/web/app/views/results/index.html.erb	Mon Oct 19 11:23:47 2015 +0100
+++ b/web/app/views/results/index.html.erb	Thu Oct 22 08:00:29 2015 +0100
@@ -71,6 +71,7 @@
             </div>
             <div class="col-xs-2 pull-right text-right">
               <%= link_to('[json]', archive_path(batch.id, format: 'json')) %>
+              <%= link_to('[csv]', archive_path(batch.id, format: 'csv')) %>
             </div>
           </div>
         </div>