From 2475c3bbd79c3b49242e6f267f62d993e5f359c4 Mon Sep 17 00:00:00 2001 From: bassrock Date: Sun, 2 Mar 2014 01:23:16 -0800 Subject: [PATCH] Fixing a trailing s on the overview page --- Resources/views/Job/macros.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/views/Job/macros.html.twig b/Resources/views/Job/macros.html.twig index 91aab9c4..2caa1e4e 100644 --- a/Resources/views/Job/macros.html.twig +++ b/Resources/views/Job/macros.html.twig @@ -35,5 +35,5 @@ {%- endmacro %} {% macro queue(job) -%} - {{ job.queue }} s -{%- endmacro %} \ No newline at end of file + {{ job.queue }} +{%- endmacro %}