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:
authorThomas Steur <thomas.steur@gmail.com>2015-08-11 12:30:19 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-08-11 12:30:19 +0300
commitffd5a0624044df196f608c5ee905ed7e0513855b (patch)
treeb0a2a2dc257fb4191c93595bc100e5bcb77297f2 /plugins/Live/templates/_actionsList.twig
parent85e2e5320d1f180c97f45171ab9727ac3bf5e01d (diff)
always show full url if we have it
Diffstat (limited to 'plugins/Live/templates/_actionsList.twig')
-rw-r--r--plugins/Live/templates/_actionsList.twig6
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/Live/templates/_actionsList.twig b/plugins/Live/templates/_actionsList.twig
index ca9610f088..3d6f1a1075 100644
--- a/plugins/Live/templates/_actionsList.twig
+++ b/plugins/Live/templates/_actionsList.twig
@@ -103,11 +103,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 %}>
- {% if action.eventCategory|default(false) is not empty %}
- (url)
- {% else %}
- {{ action.url }}
- {% endif %}
+ {{ action.url }}
</a>
{% endif %}
{% if action.type == 'action' and action.pageTitle|default(false) is not empty %}</p>{% endif %}