From: Ross Jones Date: Thu, 15 Nov 2012 12:09:08 +0000 Subject: Make sure clicking publishers carries the current month across X-Git-Url: http://maxious.lambdacomplex.org/git/?p=ckanext-ga-report.git&a=commitdiff&h=df2a38bf49f8990ce3bcaca53325d0ea4612e7dd --- Make sure clicking publishers carries the current month across --- --- a/ckanext/ga_report/templates/ga_report/publisher/index.html +++ b/ckanext/ga_report/templates/ga_report/publisher/index.html @@ -42,7 +42,7 @@ - ${h.link_to(publisher.title, h.url_for(controller='ckanext.ga_report.controller:GaDatasetReport', action='read_publisher', id=publisher.name))} + ${h.link_to(publisher.title, h.url_for(controller='ckanext.ga_report.controller:GaDatasetReport', action='read_publisher', id=publisher.name) + ("?month=" + c.month) if c.month else '')} ${views}