Compare commits
2 Commits
ece973ad28
...
a46b464ca6
| Author | SHA1 | Date | |
|---|---|---|---|
| a46b464ca6 | |||
| b02458d96c |
@ -115,12 +115,22 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="col">
|
<div class="row">
|
||||||
<a class="me-5" href="/users-leave?habit_list={{habit_list.id}}" style="width: 40px; height: 40px; min-height: 3em;"
|
<a class="me-5" href="/users-leave?habit_list={{habit_list.id}}" style="width: 40px; height: 40px; min-height: 3em;"
|
||||||
data-toggle="tooltip" data-placement="top" title="Liste verlassen">
|
data-toggle="tooltip" data-placement="top" title="Liste verlassen">
|
||||||
<i class="bi bi-box-arrow-left" style="font-size: 24px;"></i>
|
<i class="bi bi-box-arrow-left" style="font-size: 24px;"></i>
|
||||||
</a>
|
</a>
|
||||||
|
<div class="col">
|
||||||
|
<div class="avatar-stack">
|
||||||
|
{% for user in habit_list.get_users() %}
|
||||||
|
{% if current_user.id != user.id %}
|
||||||
|
<img class="avatar" src="/{{user.profile_image}}" data-toggle="tooltip" data-placement="top"
|
||||||
|
title="{{user.name}}"/>
|
||||||
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="col-4"></div>
|
<div class="col-4"></div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user