aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-14 17:15:59 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-14 17:15:59 +0000
commite52a3fad4e6ddda57d79cd2eb48f10edd2329c4e (patch)
treedb17593c5e542fd845add58c749b808970e8a988 /templates
parent5c88c6954449bb6d2dbc1a6d1142d08adbc89d55 (diff)
Add noddy reports export function.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/zurich/admin/stats.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/zurich/admin/stats.html b/templates/web/zurich/admin/stats.html
index f03311a83..97a66cd11 100644
--- a/templates/web/zurich/admin/stats.html
+++ b/templates/web/zurich/admin/stats.html
@@ -2,6 +2,8 @@
[% PROCESS 'admin/report_blocks.html' %]
[% USE date %]
+<p style="float:right"><a href="[% c.uri_with( { export=1 } ) %]">[% loc('All Reports') %]</a></p>
+
[% IF start_date AND end_date %]
<p><strong>[% tprintf( loc( 'All reports between %s and %s' ), start_date.ymd, end_date.ymd ) | html %]</strong></p>
[% END %]