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:
authorsgiehl <stefan@piwik.org>2019-01-06 20:17:13 +0300
committersgiehl <stefan@piwik.org>2019-01-06 20:17:13 +0300
commitd1850e04081c9a7b0be584e4957414e50ac8cd22 (patch)
tree4307088b431ac25aa7cdf8cf61e7a9ba3607a9b3 /plugins/Live/templates
parente92247972a99092eb300bcbc163492542017d1b5 (diff)
Hide mainurl visitor log action list
Diffstat (limited to 'plugins/Live/templates')
-rw-r--r--plugins/Live/templates/_actionCommon.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Live/templates/_actionCommon.twig b/plugins/Live/templates/_actionCommon.twig
index 50144fecc7..84613a4141 100644
--- a/plugins/Live/templates/_actionCommon.twig
+++ b/plugins/Live/templates/_actionCommon.twig
@@ -24,7 +24,7 @@
{% else %}
<a href="{{ action.url|safelink|e('html_attr') }}" rel="noreferrer noopener" target="_blank"
class="action-list-url truncated-text-line">
- {{ action.url|replace({'http://': '', 'https://': ''}) }}
+ {{ action.url|replace({(mainUrl): '', 'http://': '', 'https://': ''}) }}
</a>
{% endif %}
{% if action.type == 'action' and action.pageTitle|default(false) is not empty %}</p>{% endif %}