From 217d94c0850fca5b808c8fcfe8697bdc06f0a820 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tim.dijen@minbzk.nl> Date: Fri, 22 Nov 2019 12:43:18 +0100 Subject: [PATCH] Use asset-function --- modules/cron/templates/croninfo.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cron/templates/croninfo.twig b/modules/cron/templates/croninfo.twig index 12d9813ff..781384915 100644 --- a/modules/cron/templates/croninfo.twig +++ b/modules/cron/templates/croninfo.twig @@ -2,7 +2,7 @@ {% extends "base.twig" %} {% block preload %} -<link rel="stylesheet" href="/{{ baseurlpath }}module.php/cron/assets/css/cron.css"> +<link rel="stylesheet" href="{{ asset('css/cron.css', 'cron') }}"> {% endblock %} {% block content %} -- GitLab