X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/96f24116db99c7358f321d7d5b77f5806a02c82e..36367b3d9770a29f2e516e40524c5d4eef8a9aca:/Resources/views/location/index.html.twig

diff --git a/Resources/views/location/index.html.twig b/Resources/views/location/index.html.twig
index 3ad7613..0b85015 100644
--- a/Resources/views/location/index.html.twig
+++ b/Resources/views/location/index.html.twig
@@ -1,4 +1,4 @@
-{% extends '@RapsysAir/body.html.twig' %}
+{% extends '@RapsysAir/base.html.twig' %}
 {% block content %}
 	<article id="dashboard" class="location">
 		<header>
@@ -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 %}