--- a/ckanext/ga_report/templates/ga_report/publisher/index.html +++ b/ckanext/ga_report/templates/ga_report/publisher/index.html @@ -10,6 +10,7 @@
  • Download

    +

    Download as CSV

    @@ -27,13 +28,9 @@
    - + ${month_selector(c.month, c.months, c.day)} +
    @@ -41,14 +38,14 @@ - + - - +
    PublisherDataset Visits Dataset Views
    ${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 '')} ${visits} ${views}