summaryrefslogtreecommitdiff
path: root/app/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/home.html')
-rw-r--r--app/templates/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/home.html b/app/templates/home.html
index 243f76d..07d6269 100644
--- a/app/templates/home.html
+++ b/app/templates/home.html
@@ -109,7 +109,7 @@
{% for record in records %}
<tr>
<td>{{ record.workout.name }}</td>
- <td>{{ record.finished.strftime("%m/%d/%y %-I:%M %p") }}</td>
+ <td>{{ record.finished_nice() }}</td>
<td class="level-right"><a class="button is-small is-primary" href="/workout/history/{{ record.id }}">View</a></td>
</tr>
{% endfor %}