Show top datasets cross-publisher. Drop-down for the publisher. Browser version numbers filtered on download, so you get this version in the CSV too - for privacy. single_popular_dataset now copes when not much data, and can return the figures so DGU can reskin it in its own repo. Notes about usage stats centralised to notes.html.
[ckanext-ga-report.git] / ckanext / ga_report / templates / ga_report / publisher / popular.html
blob:a/ckanext/ga_report/templates/ga_report/publisher/popular.html -> blob:b/ckanext/ga_report/templates/ga_report/publisher/popular.html
--- a/ckanext/ga_report/templates/ga_report/publisher/popular.html
+++ b/ckanext/ga_report/templates/ga_report/publisher/popular.html
@@ -3,7 +3,7 @@
   xmlns:xi="http://www.w3.org/2001/XInclude"
   py:strip="">
   <py:if test="dataset_count == 0">
-    <p>We do not currently have analytics data for ${publisher.title}</p>
+    <p>We do not currently have usage data for ${publisher.title}</p>
   </py:if>
 
   <py:if test="dataset_count > 0">
@@ -15,7 +15,7 @@
                 </li>
             </py:for>
         </ul>
-      <p class="">${h.link_to("More analytics for " + publisher.title, h.url_for(controller='ckanext.ga_report.controller:GaPublisherReport',action='read',id=publisher.name))}</p>
+      <p class="">${h.link_to("More usage data for " + publisher.title, h.url_for(controller='ckanext.ga_report.controller:GaDatasetReport',action='read_publisher',id=publisher.name))}</p>
      </div>
   </py:if>
 </html>