forms almost done
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div x-show="creating" class="w-full pb-4">
|
||||
{{ template "fragments/todo-row-form" .}}
|
||||
<div x-show="creating" class="w-full pb-2">
|
||||
{{ template "fragments/todo-new-form" .}}
|
||||
</div>
|
||||
|
||||
<ol id="todo-list-body" class="space-y-3">
|
||||
|
||||
Reference in New Issue
Block a user