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

_actionGoal.twig « templates « Live « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dadfc566e84b80cc9feeaac02384f96926a5048c (plain)
1
2
3
4
5
6
7
8
9
10
11
<li class="action"
    title="{{ postEvent('Live.renderActionTooltip', action, visitInfo) }}">
    <div>
        {# Goal conversion #}
        <img src="{{ 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>