started moving content to corretn divs

This commit is contained in:
2013-01-26 17:00:58 -05:00
parent 4f234b5450
commit 905b3258fb
107 changed files with 31860 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
h3 Recent workouts:
ul
- recentworkouts.forEach(function(workout) {
li
a.map-link(href="/workouts/" + encodeURIComponent(workout._id))= workout._id
- });