|
@@ -46,15 +46,15 @@
|
|
|
<thead class="thead-dark">
|
|
|
<tr>
|
|
|
{% if is_granted('IS_AUTHENTICATED_REMEMBERED') %}
|
|
|
- <th>Voir</th>
|
|
|
- <th>Vu</th>
|
|
|
+ <th style="width:2em;"></th>
|
|
|
+ <th style="width:2em;"></th>
|
|
|
<th>Ajouté par</th>
|
|
|
{% endif %}
|
|
|
- <th>Titre du film</th>
|
|
|
+ <th>Titre</th>
|
|
|
<th>Genre</th>
|
|
|
<th>Réalisateur</th>
|
|
|
- <th>Note moyenne</th>
|
|
|
- <th>Année</th>
|
|
|
+ <th style="width:8em;">Note moyenne</th>
|
|
|
+ <th style="width:4em;">Année</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody id="tableFilms">
|