Explorar el Código

Petit nettoyage

François hace 5 años
padre
commit
caead4c935
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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 }}