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:
authorStefan Giehl <stefan@matomo.org>2021-11-03 22:16:58 +0300
committerGitHub <noreply@github.com>2021-11-03 22:16:58 +0300
commit6b6f572693e1e4c0d0b371133bd2082e0c09525a (patch)
tree184e5036ebbf10a41518724c6d8cd3b9fa6e9f08 /plugins/CoreHome/templates
parent2415b8780314578ab557d29dd3a92ea4f8b40002 (diff)
Show correct metrics in row evolution triggered from goal view tables (#18228)
Diffstat (limited to 'plugins/CoreHome/templates')
-rw-r--r--plugins/CoreHome/templates/getRowEvolutionPopover.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/templates/getRowEvolutionPopover.twig b/plugins/CoreHome/templates/getRowEvolutionPopover.twig
index 8b95dd680f..b45ce4f154 100644
--- a/plugins/CoreHome/templates/getRowEvolutionPopover.twig
+++ b/plugins/CoreHome/templates/getRowEvolutionPopover.twig
@@ -18,7 +18,7 @@
</td>
<td class="text">
<span class="evolution-graph-colors" data-name="series{{ (i % seriesColorCount) + 1 }}">
- {{- metric.label|raw -}}
+ {{- metric.label|rawSafeDecoded -}}
</span>
{% if metric.details %}:
<span class="details" title="{{ metric.minmax }}">{{ metric.details|raw }}</span>