From: Ross Jones Date: Tue, 29 Oct 2013 12:50:25 +0000 Subject: Just adding breadcrumbs X-Git-Url: https://maxious.lambdacomplex.org/git/?p=ckanext-ga-report.git&a=commitdiff&h=08808eec701e1d8b32ea9ba7cd04a6685960a8c4 --- Just adding breadcrumbs --- --- a/ckanext/ga_report/templates/ga_report/publisher/index.html +++ b/ckanext/ga_report/templates/ga_report/publisher/index.html @@ -6,7 +6,6 @@ Usage by Publisher - @@ -25,7 +24,14 @@ - Site Usage ${usage_nav('Publishers')} + + +
  • Datasets
  • +
  • Site-usage
  • +
  • Publishers
  • +
    + +
    --- a/ckanext/ga_report/templates/ga_report/publisher/read.html +++ b/ckanext/ga_report/templates/ga_report/publisher/read.html @@ -22,7 +22,15 @@ ${ga_sidebar(download_link=h.url_for(controller='ckanext.ga_report.controller:GaDatasetReport',action='dataset_csv',id=c.publisher_name or 'all',month=c.month or 'all'))} - Site Usage ${usage_nav('Datasets')} + + +
  • Datasets
  • +
  • Site-usage
  • +
  • Publishers
  • +
  • ${c.publisher.title}
  • +
    + +
    --- a/ckanext/ga_report/templates/ga_report/site/index.html +++ b/ckanext/ga_report/templates/ga_report/site/index.html @@ -23,7 +23,13 @@ ${ga_sidebar(download_link=h.url_for(controller='ckanext.ga_report.controller:GaReport',action='csv',month=c.month or 'all'))} - Site Usage ${usage_nav('Site-wide')} + + +
  • Datasets
  • +
  • Site-usage
  • +
  • Site-wide
  • +
    +
    @@ -168,7 +174,7 @@ CKAN.GA_Reports.bind_sparklines(); CKAN.GA_Reports.bind_sidebar(); CKAN.GA_Reports.bind_month_selector(); - }); + });