فهرست منبع

Petit nettoyage

François 5 سال پیش
والد
کامیت
caead4c935
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      templates/videotheque/liste.html.twig

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

@@ -67,10 +67,8 @@
 					<td>
 						{%  if film.authered is defined %}
 							{% if film.authered.activeNow %}
-								{#<span class="badge badge-success">En ligne</span>#}
 								<i class="fa fa-user text-success"></i>
 							{% else %}
-								{#<span class="badge badge-secondary">Hors ligne</span>#}
 								<i class="fa fa-user-o text-secondary"></i>
 							{% endif %}
 							{{ film.authered.username }}