]> git.parisson.com Git - mezzo.git/commitdiff
Fix circle persons list
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Tue, 11 Oct 2016 14:50:46 +0000 (16:50 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Tue, 11 Oct 2016 14:50:46 +0000 (16:50 +0200)
app/templates/network/inc/person/list_circle_style.html
app/templates/network/inc/person/list_square_style.html

index eedfa2eb6a24b0b8dcb70e34c834931002f8c0d4..df00a8c1e62d1a2325f17c032386e10d489e0306 100644 (file)
@@ -32,7 +32,7 @@
 
                         {% with person_list_block_inline.person as person %}
 
-                                {% include "network/inc/person/person_card_square.html" %}
+                                {% include "network/inc/person/person_card_circle.html" %}
 
                         {% endwith %}
 
index 3fd44fbc60d8f6a9492e8417192854d97565d769..69c25820411c6beb09fb289c23c909448905a22c 100644 (file)
 
                     <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6">
 
-                        {% with person_list_block_inline.person as person %}
+                        <div class="row">
 
-                                {% include "network/inc/person/person_card_square.html" %}
+                            {% with person_list_block_inline.person as person %}
 
-                        {% endwith %}
+                                <div class="col-lg-2 col-md-3 col-sm-4 col-xs-6">
+                                    {% include "network/inc/person/person_card_square.html" %}
+                                </div>
+
+                            {% endwith %}
+
+                        </div>
 
                     </div>