Flammen und Namen
This commit is contained in:
parent
f077367be5
commit
e41bc6fe03
@ -82,11 +82,10 @@
|
||||
</script>
|
||||
|
||||
<div class="col-md-7 col-12">
|
||||
|
||||
<div class="row mb-3">
|
||||
<h2 class="col-10">Task List</h2>
|
||||
<a class="col-2 btn btn-primary" role="button" href="/habit">
|
||||
Task erstellen
|
||||
</a>
|
||||
<h2 class="col-9">Gewohnheiten</h2>
|
||||
<a class="col-3 btn btn-primary" role="button" href="/habit">Gewohnheit erstellen</a>
|
||||
</div>
|
||||
|
||||
<ul class="task-list row">
|
||||
@ -108,7 +107,10 @@
|
||||
</div>
|
||||
|
||||
<div class="col-2" style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis">
|
||||
0 🔥
|
||||
{% if habit %}
|
||||
5 🔥
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
||||
<button type="button" class="btn btn-xs btn-danger rounded-circle" data-bs-toggle="modal" data-bs-target="#exampleModal" style="width: 40px; height: 40px" onclick="setSelectedHabitId({{habit.id}})">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user