mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-01-25 14:43:00 +00:00
deprecated jquery-svg, using jquery+inline SVG
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
h3 Recent workouts:
|
||||
ul
|
||||
- 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}
|
||||
li.floatleft
|
||||
span(class="floatleft")
|
||||
a(class="map-link", href="/workouts/" + encodeURIComponent(workout._id))= workout._id
|
||||
each element in workout.elements
|
||||
p= element.exerciseID.name
|
||||
ol
|
||||
each split in element.splits
|
||||
li Reps: #{split.reps} Weight: #{split.weight}
|
||||
span(class="floatleft")
|
||||
include ../../public/images/BlankBody.svg
|
||||
- });
|
||||
Reference in New Issue
Block a user