minor fix

This commit is contained in:
2025-07-28 18:05:40 +09:00
parent 7de089cf6e
commit a9872e2208

View File

@@ -143,7 +143,7 @@
</tr> </tr>
</thead> </thead>
<tbody class="divide-y divide-[var(--border-color)]"> <tbody class="divide-y divide-[var(--border-color)]">
{% for workout in workout_history %} {% for workout in workout_history_7times %}
<tr class="hover:bg-gray-50"> <tr class="hover:bg-gray-50">
<td class="px-4 py-4 whitespace-nowrap font-medium">{{ workout.date.strftime('%Y-%m-%d') }}</td> <td class="px-4 py-4 whitespace-nowrap font-medium">{{ workout.date.strftime('%Y-%m-%d') }}</td>
<td class="px-4 py-4 whitespace-nowrap text-[var(--text-muted-color)]">{{ workout.type }}</td> <td class="px-4 py-4 whitespace-nowrap text-[var(--text-muted-color)]">{{ workout.type }}</td>