From 32e80af4dca21376d10984faf8078d800a673f46 Mon Sep 17 00:00:00 2001 From: Daniel Ribeiro Date: Wed, 20 Mar 2013 10:02:20 -0300 Subject: [PATCH] Fixed condition to display resource url (fixes #146) Signed-off-by: Daniel Ribeiro --- Resources/views/resources.html.twig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Resources/views/resources.html.twig b/Resources/views/resources.html.twig index 9315f37..2afd4c2 100644 --- a/Resources/views/resources.html.twig +++ b/Resources/views/resources.html.twig @@ -11,8 +11,7 @@
{% if section == '_others' and resource != 'others' %}

{{ resource }}

- {% endif %} - {% if resource != 'others' %} + {% elseif resource != 'others' %}

{{ resource }}

{% endif %}