summaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates')
-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 99da96c..fb47a68 100644
--- a/app/templates/home.html
+++ b/app/templates/home.html
@@ -31,7 +31,7 @@
</div>
<div class="tile is-parent">
<article class="tile is-child box">
- <p class="title has-text-black">%workouts%</p>
+ <p class="title has-text-black">{{ current_user.workouts.count() }}</p>
<p class="subtitle has-text-black">Workouts</p>
</article>
</div>