|
@@ -72,17 +72,6 @@
|
|
{{ vu_icone | raw }}
|
|
{{ vu_icone | raw }}
|
|
</button>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
- <div class="ms-auto">
|
|
|
|
- {% if film.authered is defined %}
|
|
|
|
- Ajouté par
|
|
|
|
- {{ film.authered.username }}
|
|
|
|
- {% if film.authered.activeNow %}
|
|
|
|
- <i class="fa fa-user text-success" data-bs-toggle="tooltip" title="En ligne"></i>
|
|
|
|
- {% else %}
|
|
|
|
- <i class="fa fa-user-o text-secondary" data-bs-toggle="tooltip" title="Hors ligne"></i>
|
|
|
|
- {% endif %}
|
|
|
|
- {% endif %}
|
|
|
|
- </div>
|
|
|
|
{% endif %}
|
|
{% endif %}
|
|
</div>
|
|
</div>
|
|
<div class="card-body">
|
|
<div class="card-body">
|
|
@@ -104,7 +93,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="">
|
|
<div class="">
|
|
{% if film.nbComs %}
|
|
{% if film.nbComs %}
|
|
- <div class="badge bg-warning text-dark">{{ film.nbComs }} commentaire{% if film.nbComs > 1 %}s{% endif %}</div>
|
|
|
|
|
|
+ <a href="{{ path('videotheque_voirfilm', {'id': film.id}) }}#coms"><span class="badge bg-warning text-dark">{{ film.nbComs }} commentaire{% if film.nbComs > 1 %}s{% endif %}</span></a>
|
|
{% endif %}
|
|
{% endif %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -135,6 +124,17 @@
|
|
</table>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="card-footer text-end">
|
|
|
|
+ {% if film.authered is defined %}
|
|
|
|
+ Ajouté par
|
|
|
|
+ {{ film.authered.username }}
|
|
|
|
+ {% if film.authered.activeNow %}
|
|
|
|
+ <i class="fa fa-user text-success" data-bs-toggle="tooltip" title="En ligne"></i>
|
|
|
|
+ {% else %}
|
|
|
|
+ <i class="fa fa-user-o text-secondary" data-bs-toggle="tooltip" title="Hors ligne"></i>
|
|
|
|
+ {% endif %}
|
|
|
|
+ {% endif %}
|
|
|
|
+ </div>
|
|
</article>
|
|
</article>
|
|
{% endfor %}
|
|
{% endfor %}
|
|
</section>
|
|
</section>
|