@@ -50,10 +50,6 @@
<th>Réalisateur</th>
<th>Note moyenne</th>
<th>Année</th>
- {#
- <th>Lien</th>
- <th>Actions</th>
- #}
</tr>
</thead>
<tbody>
@@ -138,13 +134,6 @@
{% endif %}
</td>
<td>{{ film.annee | date('Y') }}</td>
- <td>{% if not film.lien == "" %}<a target="_blank" href="{{ film.lien }}"><i class="fa fa-external-link fa-lg"></i></a>{% endif %}</td>
- <td>
- <a data-toggle="tooltip" title="Modifier la fiche film" href="{{ path('videotheque_modifier', {'id': film.id}) }}"><i class="fa fa-edit fa-lg", style="color:DodgerBlue;"></i></a>
- {% if is_granted('ROLE_ADMIN') %}<a href="{{ path('videotheque_supprimer', {'id': film.id}) }}"><i class="fa fa-trash fa-lg", style="color:Tomato;"></i></a>{% endif %}
- </td>
{% endfor %}
</tbody>