]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/views/session/index.html.twig
Rewrite user in organizer route
[airbundle] / Resources / views / session / index.html.twig
index 291e52a3735f3d7bdea6a33d9aab894d7d24da64..abfdc20d052374ab79dfcdb688e2bb87ac7bc2fb 100644 (file)
                {{ include('@RapsysAir/form/_toolbox.html.twig') }}
        </div>
        {% if locations is defined and locations %}
-               <div class="panel location">
-                       <section>
-                               <h3>{% trans %}Locations{% endtrans %}</h3>
-                               <div class="grid">
-                                       {% for id, title in locations %}
-                                               <section class="cell">
-                                                       <h4><a href="{{ path('rapsys_air_location_view', {'id': id}) }}">{{ title }}</a></h4>
-                                               </section>
-                                       {% endfor %}
-                               </div>
-                       </section>
-               </div>
+               <section>
+                       <h3>{% trans %}Locations{% endtrans %}</h3>
+                       <div class="panel grid">
+                               {% for id, title in locations %}
+                                       <section class="cell">
+                                               <h4><a href="{{ path('rapsys_air_location_view', {'id': id}) }}">{{ title }}</a></h4>
+                                       </section>
+                               {% endfor %}
+                       </div>
+               </section>
        {% endif %}
 </section>
 {% endblock %}