mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-01-25 14:43:00 +00:00
5 lines
132 B
Plaintext
5 lines
132 B
Plaintext
ul
|
|
- workouts.forEach(function(workout) {
|
|
li
|
|
a(href="/workouts/" + encodeURIComponent(workout._id))= workout._id
|
|
- }); |