Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
leximpact-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur dotations aux communes
leximpact-client
Commits
4ae8e836
Commit
4ae8e836
authored
Oct 1, 2020
by
sandcha
Browse files
Options
Downloads
Patches
Plain Diff
Add matomo tracking to IR and dotations pages
parent
5e4e397c
No related branches found
No related tags found
1 merge request
!106
Initialize matomo on home IR and dotations pages
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
pages/dotations.tsx
+2
-1
2 additions, 1 deletion
pages/dotations.tsx
pages/ir.tsx
+2
-1
2 additions, 1 deletion
pages/ir.tsx
with
4 additions
and
2 deletions
pages/dotations.tsx
+
2
−
1
View file @
4ae8e836
...
...
@@ -6,7 +6,7 @@ import { Fragment, PureComponent } from "react";
// eslint-disable-next-line no-unused-vars
import
{
connect
,
ConnectedProps
}
from
"
react-redux
"
;
import
{
SimulationPage
}
from
"
../components/common
"
;
import
{
SimulationPage
,
Matomo
}
from
"
../components/common
"
;
import
{
Articles
,
DsrHelpWindow
,
DsuHelpWindow
,
MontantsDsrHelpWindow
,
PotentielFinancierHelpWindow
,
Results
,
TrendHelpWindow
,
...
...
@@ -42,6 +42,7 @@ class DotationPage extends PureComponent<PropsFromRedux> {
<
Fragment
>
<
Head
>
<
title
>
LexImpact - Dotations aux communes
</
title
>
<
Matomo
/>
</
Head
>
<
SimulationPage
parameters
=
{
<
Articles
/>
}
...
...
This diff is collapsed.
Click to expand it.
pages/ir.tsx
+
2
−
1
View file @
4ae8e836
...
...
@@ -8,7 +8,7 @@ import { Fragment, PureComponent } from "react";
// eslint-disable-next-line no-unused-vars
import
{
connect
,
ConnectedProps
}
from
"
react-redux
"
;
import
{
SimulationPage
}
from
"
../components/common
"
;
import
{
SimulationPage
,
Matomo
}
from
"
../components/common
"
;
import
{
Articles
,
CartesImpact
as
ImpactCards
}
from
"
../components/ir
"
;
import
PopinManager
from
"
../components/PopinManager
"
;
import
withRoot
from
"
../lib/withRoot
"
;
...
...
@@ -89,6 +89,7 @@ class IRPage extends PureComponent<Props> {
<
Fragment
>
<
Head
>
<
title
>
LexImpact - Impôt sur le revenu
</
title
>
<
Matomo
/>
</
Head
>
<
SimulationPage
showLoginButton
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment