Преглед изворни кода

List-unstyled sur les suivis par et vus par (fiche film)

François пре 6 година
родитељ
комит
6f4a87e9fe
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/AppBundle/Resources/views/videotheque/voirfilm.html.twig

+ 2 - 2
src/AppBundle/Resources/views/videotheque/voirfilm.html.twig

@@ -59,7 +59,7 @@
                     <div class="row">
                         <div class="col">
                             <p><strong>Suivi par</strong></p>
-                            <ul>
+                            <ul class="list-unstyled">
                                 {% for user in film.usersWantToView %}
                                     <li>{{ user.username }}</li>
                                 {% endfor %}
@@ -67,7 +67,7 @@
                         </div>
                         <div class="col">
                             <p><strong>Vu par</strong></p>
-                            <ul>
+                            <ul class="list-unstyled">
                                 {% for user in film.usersWhoSeen %}
                                     <li>{{ user.username }}</li>
                                 {% endfor %}