Compare commits
No commits in common. "c710fe7a788e61c2f0da5d4c8bd3c09175d3dedc" and "292408c654bcffb4584ad7c550d4296e98b1a17e" have entirely different histories.
c710fe7a78
...
292408c654
@ -82,10 +82,11 @@
|
||||
</script>
|
||||
|
||||
<div class="col-md-7 col-12">
|
||||
|
||||
<div class="row mb-3">
|
||||
<h2 class="col-9">Gewohnheiten</h2>
|
||||
<a class="col-3 btn btn-primary" role="button" href="/habit">Gewohnheit erstellen</a>
|
||||
<h2 class="col-10">Task List</h2>
|
||||
<a class="col-2 btn btn-primary" role="button" href="/habit">
|
||||
Task erstellen
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<ul class="task-list row">
|
||||
@ -107,10 +108,7 @@
|
||||
</div>
|
||||
|
||||
<div class="col-2" style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis">
|
||||
{% if habit %}
|
||||
5 🔥
|
||||
{% endif %}
|
||||
|
||||
0 🔥
|
||||
</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