diff options
author | Struan Donald <struan@exo.org.uk> | 2017-12-22 12:39:44 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2017-12-22 12:39:44 +0000 |
commit | 48666fd796dca2dfb10f95c7dea539e17a8aba02 (patch) | |
tree | 2702f05edd88d87d8c3ff47db2f96d004cbf2792 | |
parent | 0ea49ebd2a33b2c14ab79bb1865e3fc45b4a5d05 (diff) |
Fix export as CSV link on dashboard
-rw-r--r-- | templates/web/base/dashboard/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/dashboard/index.html b/templates/web/base/dashboard/index.html index c6902556a..23fd9bb42 100644 --- a/templates/web/base/dashboard/index.html +++ b/templates/web/base/dashboard/index.html @@ -101,7 +101,7 @@ <li>[% INCLUDE gb new_gb='month' text=loc('Month') %]</li> <li>[% INCLUDE gb new_gb='category+state' text=loc('Category and State') %]</li> <li>[% INCLUDE gb new_gb='device+site' text=loc('Device and Site') %]</li> - <li class="pull-right"><a href="[% c.uri_with({ csv => 1 }) %]">[% loc('Export as CSV') %]</a></li> + <li class="pull-right"><a href="[% c.uri_with({ export => 1 }) %]">[% loc('Export as CSV') %]</a></li> </ul> <table width="100%" id="overview"> |