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/Ecommerce/templates
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/Ecommerce/templates')
-rw-r--r--plugins/Ecommerce/templates/conversionOverview.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Ecommerce/templates/conversionOverview.twig b/plugins/Ecommerce/templates/conversionOverview.twig
index 9578987353..98df3f6efe 100644
--- a/plugins/Ecommerce/templates/conversionOverview.twig
+++ b/plugins/Ecommerce/templates/conversionOverview.twig
@@ -16,7 +16,7 @@
{% endif %}
</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>
<br style="clear:left"/>
</div> \ No newline at end of file