Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <diosmosis@users.noreply.github.com>2022-06-21 22:44:50 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2022-06-21 22:44:50 +0300
commit6c51dfdcf20ab7728845c3662e0007850127be41 (patch)
tree91e2a79793fd55f3217ec683ea855c5d73aac5d6 /plugins
parent3f9a00f1447450b5fa3fb18170ed5943b5c83f50 (diff)
remove use of enriched headline angularjs directive
Diffstat (limited to 'plugins')
-rw-r--r--plugins/VisitsSummary/templates/index.twig5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/VisitsSummary/templates/index.twig b/plugins/VisitsSummary/templates/index.twig
index 790d8fda14..1e4d0dac8e 100644
--- a/plugins/VisitsSummary/templates/index.twig
+++ b/plugins/VisitsSummary/templates/index.twig
@@ -1,7 +1,8 @@
{# This graphId must be unique for this report #}
-<h2 piwik-enriched-headline
+<h2
+ vue-entry="CoreHome.EnrichedHeadline"
data-graph-id="VisitsSummary.getIndexGraph"
- >{{ 'General_EvolutionOverPeriod'|translate }}</h2>
+>{{ 'General_EvolutionOverPeriod'|translate }}</h2>
{{ graphEvolutionVisitsSummary|raw }}