diff --git a/app/views/habits/index.php b/app/views/habits/index.php index 314fdc8..b050b5b 100644 --- a/app/views/habits/index.php +++ b/app/views/habits/index.php @@ -3,33 +3,22 @@ get('habits'))): ?>
No habits yet. Create your first habit.
-Title | -Frequency | -Custom Schedule | -Points | -Created At | -Actions | -
---|---|---|---|---|---|
= htmlspecialchars($habit['title']) ?> | -= htmlspecialchars($habit['frequency']) ?> | -= htmlspecialchars($habit['custom_frequency'] ?? 'N/A') ?> | -= htmlspecialchars($habit['reward_points']) ?> | -= htmlspecialchars($habit['created_at']) ?> | -- Edit | - Delete - | -
Frequency: = htmlspecialchars($habit['frequency']) ?>
+ += htmlspecialchars($habit['custom_frequency'] ?? 'N/A') ?>
+ += htmlspecialchars($habit['reward_points']) ?>
+= htmlspecialchars($habit['created_at']) ?>
+ Mark as done | + Edit | + Delete +