]> Raphaël G. Git Repositories - airbundle/commitdiff
Remove useless css class
authorRaphaël Gertz <git@rapsys.eu>
Wed, 31 Jan 2024 22:23:27 +0000 (23:23 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 31 Jan 2024 22:23:27 +0000 (23:23 +0100)
Resources/views/location/index.html.twig

index 3ad7613b49b870c6b0dbf6616e19c3a177a1037e..e309920538a1c535a5740a4bdb57845d5d43ce3f 100644 (file)
@@ -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 %}