From 41025be8f72d9fcbf644c7edc6126b5f64d4f9d7 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Tue, 15 Sep 2015 16:52:46 -0400 Subject: [PATCH] add download icon --- app/assets/javascripts/admin/templates/reports.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/admin/templates/reports.hbs b/app/assets/javascripts/admin/templates/reports.hbs index 5e1b406ea6a..718a61a2c1d 100644 --- a/app/assets/javascripts/admin/templates/reports.hbs +++ b/app/assets/javascripts/admin/templates/reports.hbs @@ -5,7 +5,7 @@ {{i18n 'admin.dashboard.reports.end_date'}} {{input type="date" value=endDate}} {{combo-box valueAttribute="value" content=categoryOptions value=categoryId}} {{d-button action="refreshReport" class="btn-primary" label="admin.dashboard.reports.refresh_report" icon="refresh"}} - {{d-button action="exportCsv" label="admin.export_csv.button_text"}} + {{d-button action="exportCsv" label="admin.export_csv.button_text" icon="download"}}