瀏覽代碼

Ménage vue

François Drouhard 5 年之前
父節點
當前提交
34b6508828
共有 1 個文件被更改,包括 0 次插入11 次删除
  1. 0 11
      templates/videotheque/liste.html.twig

+ 0 - 11
templates/videotheque/liste.html.twig

@@ -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>
-					#}
 				</tr>
 				{% endfor %}
 			</tbody>