migrating repo to Bodyrep org

This commit is contained in:
2013-01-19 11:23:43 -05:00
parent 31b7303f43
commit 4ea082330b
891 changed files with 142706 additions and 0 deletions

23
views/workouts/index.jade Normal file
View File

@@ -0,0 +1,23 @@
extends ../layout
block content
h1 workouts
p
a(href="/workouts/new") Create new workout
p
a(href="/users") List Users
p
a(href="/workouts") List workouts
include list
- if (page > 0) {
a(href="?page=" + (page - 1)) Previous
 
- }
- if (! lastPage) {
a(href="?page=" + (page + 1)) Next
- }