Skip to content

Commit

Permalink
turned on verbose for weight formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
abarnhard committed Jan 11, 2015
1 parent 42f030f commit 85777a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/views/workouts/workouts.jade
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
tr(ng-repeat='exercise in set.exercises')
td {{exercise.name}}
td(width='150') {{formatReps(exercise.reps, exercise.type)}}
td(width='150') {{formatWeight(exercise.weight)}}
td(width='150') {{formatWeight(exercise.weight, true)}}
td {{formatRest(set.rest)}}
p(ng-show='!workouts.length') Add A Workout

Expand Down

0 comments on commit 85777a2

Please sign in to comment.