Compare commits
No commits in common. "a46b464ca6d5d347fa0d68bbc8c67c1316afce7e" and "ece973ad28ae5f16da754a7952fd1db0e99d2cf2" have entirely different histories.
a46b464ca6
...
ece973ad28
@ -115,22 +115,12 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<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">
|
||||
<i class="bi bi-box-arrow-left" style="font-size: 24px;"></i>
|
||||
</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>
|
||||
|
||||
{% endif %}
|
||||
|
||||
<div class="col-4"></div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user