From 184b3effc7e15ede2b3472bffc5f010f1094cefb Mon Sep 17 00:00:00 2001 From: Matthieu Aubry Date: Thu, 19 Jan 2017 16:47:31 +1300 Subject: Visitor Log, Visitor profile: hide http:// and https:// in URLs (#11220) --- plugins/Live/templates/_actionsList.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Live/templates/_actionsList.twig') 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 %} - {{ action.url }} + {{ action.url|replace({'http://': '', 'https://': ''}) }} {% endif %} {% endif %} -- cgit v1.2.3