mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-02-06 06:21:47 +00:00
refactored article to workout
This commit is contained in:
5
test/views/workouts/list.jade
Normal file
5
test/views/workouts/list.jade
Normal file
@@ -0,0 +1,5 @@
|
||||
ul
|
||||
- workouts.forEach(function(workout) {
|
||||
li
|
||||
a(href="/workouts/" + encodeURIComponent(workout._id))= workout.title
|
||||
- });
|
||||
Reference in New Issue
Block a user