mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-01-26 07:01:38 +00:00
fixing a few bits
This commit is contained in:
@@ -2,10 +2,10 @@ h3 Recent workouts:
|
||||
ul
|
||||
- recentworkouts.forEach(function(workout) {
|
||||
li.floatleft
|
||||
span(class="floatleft")
|
||||
span(class="floatleft workoutentry")
|
||||
a(class="map-link", href="/workouts/" + encodeURIComponent(workout._id))= workout._id
|
||||
each element in workout.elements
|
||||
p= element.exerciseID.name
|
||||
p(class="workoutelement", data-musclearray=element.exerciseID.musclearray)= element.exerciseID.name
|
||||
ol
|
||||
each split in element.splits
|
||||
li Reps: #{split.reps} Weight: #{split.weight}
|
||||
|
||||
Reference in New Issue
Block a user