1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/plugins/Live/templates/_actionGoal.twig
Stefan Giehl 6d39aaaf57 Revert icon changes and add new property iconSVG instead (#14199)
* Revert icon changes and add new property iconSVG instead

* update test files
2019-03-14 12:30:25 -07:00

11 خطوط
470 B
Twig

<li class="action"
title="{{ postEvent('Live.renderActionTooltip', action, visitInfo) }}">
<div>
{# Goal conversion #}
<img src="{{ action.iconSVG|default(action.icon) }}" class="action-list-action-icon" />
<strong>{{ action.goalName }}</strong>
{% if action.revenue > 0 %}, {{ 'General_ColumnRevenue'|translate }}:
<strong>{{ action.revenue|money(visitInfo.idSite)|raw }}</strong>
{% endif %}
</div>
</li>