From 5343d1b06e69285db8d5fd75799910e9f9210a98 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Tue, 3 Nov 2020 10:12:06 +0100 Subject: [PATCH] Remove service icon from job page headline --- web/app/templates/jobs/job.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/templates/jobs/job.html.j2 b/web/app/templates/jobs/job.html.j2 index d23accfb..91e79a01 100644 --- a/web/app/templates/jobs/job.html.j2 +++ b/web/app/templates/jobs/job.html.j2 @@ -25,7 +25,7 @@
-

Job ({{ job.service }}) - {{ job.title }}

+

[{{ job.service }}] {{ job.title }}