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

_actionContent.twig « templates « Contents « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 138f0e350ead8acb5173e1a2af5dba30bdee0f0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<li class="content"
    title="{{ postEvent('Live.renderActionTooltip', action, visitInfo) }}">
    <div>
        {% if action.contentInteraction %}
        <span class="icon-document action-list-action-icon" title="{{ 'Contents_ContentInteraction'|translate }}"></span>
        {% else %}
        <span class="icon-show action-list-action-icon" title="{{ 'Contents_ContentImpression'|translate }}"></span>
        {% endif %}
        {% if action.contentInteraction %}
            [{{ action.contentInteraction }}]
        {% endif %}
        {{ action.contentName }} -
        {{ action.contentPiece }}
    </div>
</li>