Flammen und Namen

This commit is contained in:
janphilippweinsheimer 2024-02-02 09:24:19 +01:00
parent f077367be5
commit e41bc6fe03

View File

@ -82,11 +82,10 @@
</script> </script>
<div class="col-md-7 col-12"> <div class="col-md-7 col-12">
<div class="row mb-3"> <div class="row mb-3">
<h2 class="col-10">Task List</h2> <h2 class="col-9">Gewohnheiten</h2>
<a class="col-2 btn btn-primary" role="button" href="/habit"> <a class="col-3 btn btn-primary" role="button" href="/habit">Gewohnheit erstellen</a>
Task erstellen
</a>
</div> </div>
<ul class="task-list row"> <ul class="task-list row">
@ -108,7 +107,10 @@
</div> </div>
<div class="col-2" style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis"> <div class="col-2" style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis">
0 🔥 {% if habit %}
5 🔥
{% endif %}
</div> </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}})"> <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}})">