chore: Add created_at field to Adventure and Collection models

This commit is contained in:
Sean Morley
2024-07-18 15:48:14 -04:00
parent 040d5a755f
commit 704eb6f6de
6 changed files with 87 additions and 4 deletions

View File

@@ -300,6 +300,15 @@
/>
<br />
<p class="text-md font-semibold mt-2 mb-2">Order By</p>
<label for="name">Created At</label>
<input
type="radio"
name="order_by"
id="created_at"
class="radio radio-primary"
checked
value="created_at"
/>
<label for="name">Name</label>
<input
type="radio"