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@piwik.org>2018-09-04 03:44:45 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-09-04 03:44:45 +0300
commit6af22727ed3e6b074147a4f5a3137da66d6c5308 (patch)
tree1656b2b2e82258270a71af3aed1db00d6edaa19e /plugins/Goals
parent3b86d4f9b6b01c5d39aa9d8326bc5884218e6980 (diff)
Use font icon for visitorlog instead of images (#13312)
* Use font icon for visitorlog instead of images * Update expected screenshots.
Diffstat (limited to 'plugins/Goals')
-rw-r--r--plugins/Goals/templates/conversionOverview.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Goals/templates/conversionOverview.twig b/plugins/Goals/templates/conversionOverview.twig
index b3dd870db3..1daa4dbb31 100644
--- a/plugins/Goals/templates/conversionOverview.twig
+++ b/plugins/Goals/templates/conversionOverview.twig
@@ -16,7 +16,7 @@
</li>
</ul>
<a href="javascript:;" class="segmentedlog" onclick="SegmentedVisitorLog.show('Goals.getMetrics', 'visitConvertedGoalId=={{ idGoal }}', {})">
- {{ 'Live_RowActionTooltipWithDimension'|translate('General_Goal'|translate) }}
+ <span class="icon-visitor-profile rowActionIcon"></span> {{ 'Live_RowActionTooltipWithDimension'|translate('General_Goal'|translate) }}
</a>
{{ postEvent("Template.afterGoalConversionOverviewReport") }}
<br style="clear:left"/>