diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fababb03..1830c1cf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - Handle previous format of link to discussions, e.g. from e-mails [#241](https://github.com/etalab/udata-front/pull/241) - Add `last_update` sort in datasets page [#242](https://github.com/etalab/udata-front/pull/242) - Fix `.fr-btn` in `.markdown` [#243](https://github.com/etalab/udata-front/pull/243) +- Add Matomo event tracking [#246](https://github.com/etalab/udata-front/pull/246) - New scope for Captchetat piste OAuth [#250](https://github.com/etalab/udata-front/pull/250) ## 3.2.2 (2023-04-18) diff --git a/udata_front/theme/gouvfr/assets/js/components/dataset/resource/resource.vue b/udata_front/theme/gouvfr/assets/js/components/dataset/resource/resource.vue index 73836203a..6ce6252dc 100644 --- a/udata_front/theme/gouvfr/assets/js/components/dataset/resource/resource.vue +++ b/udata_front/theme/gouvfr/assets/js/components/dataset/resource/resource.vue @@ -79,7 +79,7 @@ :href="resource.latest" :title="$t('Download resource')" download - class="fr-btn fr-btn--secondary fr-btn--secondary-grey-500 fr-icon-download-line fr-icon--sm" + class="fr-btn fr-btn--secondary fr-btn--secondary-grey-500 fr-icon-download-line fr-icon--sm matomo_download" >

@@ -103,14 +103,44 @@