mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-26 09:02:33 +00:00
5 lines
134 B
Plaintext
5 lines
134 B
Plaintext
ul
|
|
- workouts.forEach(function(workout) {
|
|
li
|
|
a(href="/workouts/" + encodeURIComponent(workout._id))= workout.title
|
|
- }); |