From: Raphaƫl Gertz <git@rapsys.eu>
Date: Wed, 31 Jan 2024 22:23:27 +0000 (+0100)
Subject: Remove useless css class
X-Git-Tag: 0.3.0~129
X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/c435a53cb44704beddd9d5dbb668b0e2781cf91c

Remove useless css class
---

diff --git a/Resources/views/location/index.html.twig b/Resources/views/location/index.html.twig
index 3ad7613..e309920 100644
--- a/Resources/views/location/index.html.twig
+++ b/Resources/views/location/index.html.twig
@@ -55,7 +55,7 @@
 						{% endfor %}
 					</div>
 				{% else %}
-					<ul class="grid{% if locations|length > 2%} three{% elseif locations|length > 1%} two{% endif %}">
+					<ul class="grid{% if locations|length > 1%} two{% endif %}">
 						{% for id, location in locations %}
 							<li>{% if multimap is defined and multimap %}{{ id }} {% endif %}<a href="{{ location.link }}" title="{{ location.title }}">{{ location.title }}</a></li>
 						{% endfor %}