소스 검색

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 }}