fixed search and filters

This commit is contained in:
2013-01-29 09:04:40 -05:00
parent 905b3258fb
commit 19e03c4fa0
21 changed files with 414 additions and 388 deletions

View File

@@ -1,7 +1,11 @@
h3 Recent workouts:
ul
- recentworkouts.forEach(function(workout) {
li
a.map-link(href="/workouts/" + encodeURIComponent(workout._id))= workout._id
- });
- recentworkouts.forEach(function(workout) {
li
a.map-link(href="/workouts/" + encodeURIComponent(workout._id))= workout._id
each element in workout.elements
li= element.exerciseID.name
ol
each split in element.splits
li Reps: #{split.reps} Weight: #{split.weight}
- });