From 7dac9378ee90e0a512c6443e4e7fddb2149b76d9 Mon Sep 17 00:00:00 2001 From: Polonkai Gergely Date: Mon, 9 Jul 2012 18:10:23 +0200 Subject: [PATCH] Fixed forum post template so it is now possible to post in empty topics --- .../FrontBundle/Resources/views/Forum/post_list.html.twig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/KekRozsak/FrontBundle/Resources/views/Forum/post_list.html.twig b/src/KekRozsak/FrontBundle/Resources/views/Forum/post_list.html.twig index 9e33085..d2ad117 100644 --- a/src/KekRozsak/FrontBundle/Resources/views/Forum/post_list.html.twig +++ b/src/KekRozsak/FrontBundle/Resources/views/Forum/post_list.html.twig @@ -2,7 +2,6 @@ {% block title %} - Fórum - {{ topicGroup.title }} - {{ topic.title }}{% endblock %} {% block content %}

Fórum - {{ topicGroup.title }} - {{ topic.title }}

-{% if topic.posts|length > 0 %} @@ -42,7 +41,4 @@ {% endfor %}
-{% else %} -A témában még nincsenek hozzászólások. -{% endif %} {% endblock %}