From 84d263cfa54a4e257e7b4c1ebdc46535d9d16fb5 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Fri, 6 May 2016 12:22:18 +0200 Subject: [PATCH] Refactoring --- Resources/views/Timeline/index.html.twig | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Resources/views/Timeline/index.html.twig b/Resources/views/Timeline/index.html.twig index 062e62c74..a605dcc9c 100644 --- a/Resources/views/Timeline/index.html.twig +++ b/Resources/views/Timeline/index.html.twig @@ -1,8 +1,7 @@
-{% for result in results %} -
- {% include result.template with result.template_data %} -
- -{% endfor %} -
\ No newline at end of file + {% for result in results %} +
+ {% include result.template with result.template_data %} +
+ {% endfor %} +