Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

Commit

Permalink
#20 reps renamed to volume
Browse files Browse the repository at this point in the history
  • Loading branch information
podusowski committed Jul 17, 2017
1 parent d72fee5 commit 630b56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activities/strength/templates/strength/workout.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<section>
<dl class="metric"><dt>started</dt><dd>{{workout.started}}</dd></dl>
<dl class="metric"><dt>took</dt><dd>{{workout.duration|duration}}</dd></dl>
<dl class="metric"><dt>total reps</dt><dd>{{workout.volume}}</dd></dl>
<dl class="metric"><dt>volume</dt><dd>{{workout.volume}}</dd></dl>
</section>
{% endif %}

Expand Down

0 comments on commit 630b56a

Please sign in to comment.