add exerciselist filters

This commit is contained in:
2013-01-23 19:51:09 -05:00
parent 300e7223a0
commit 1e3238dcc7
3 changed files with 61 additions and 43 deletions

View File

@@ -12,7 +12,15 @@ block content
div#filters
h3 Filters ( currently just placeholder )
label Free Weights
input#filter1(type="checkbox", value="Free Weights")
input.filter(type="checkbox", checked=true, value="Free Weights")
label Bodyweight
input.filter(type="checkbox", checked=true, value="Bodyweight")
label Exercise Machines
input.filter(type="checkbox", checked=true, value='Exercise Machine')
label Kettlebells
input.filter(type="checkbox", checked=true, value='Kettlebells')
label Cardio
input.filter(type="checkbox", checked=true, value='Cardio')
//button#addExercise(type="button") Add Exercise
hr