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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-01-22 12:29:57 +0300
committerGitHub <noreply@github.com>2017-01-22 12:29:57 +0300
commitcb8af0dd9ebbd6706e9d71e824b77f9a876a02cc (patch)
tree3acf23831bbcf64c163882bc15e1ccf6c00f4810 /plugins/Live/templates/_actionsList.twig
parent2a060d2a6cd7c0b982723b527e51e4ebecc41916 (diff)
parent6d3c1c44f5f65d7c7b073b5fec1c3cb8b3d0f963 (diff)
Merge pull request #11253 from piwik/3.x-dev3.0.2-b1
Release 3.0.2-b1
Diffstat (limited to 'plugins/Live/templates/_actionsList.twig')
-rw-r--r--plugins/Live/templates/_actionsList.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Live/templates/_actionsList.twig b/plugins/Live/templates/_actionsList.twig
index 8d8bc1572a..a36a9da66d 100644
--- a/plugins/Live/templates/_actionsList.twig
+++ b/plugins/Live/templates/_actionsList.twig
@@ -108,7 +108,7 @@
{% else %}
<a href="{{ action.url }}" rel="noreferrer" target="_blank" class="{% if action.eventCategory|default(false) is empty %}action-list-url{# don't put URL on new line for events #}{% endif %} truncated-text-line"
{% if overrideLinkStyle is not defined or overrideLinkStyle %}style="text-decoration:underline;"{% endif %}>
- {{ action.url }}
+ {{ action.url|replace({'http://': '', 'https://': ''}) }}
</a>
{% endif %}
{% endif %}