mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-02-07 04:51:37 +00:00
little man
This commit is contained in:
@@ -14,7 +14,6 @@ form#newworkout(method="POST", action="/workouts")
|
||||
option(value='0100') 1 AM
|
||||
option(value='0130') 1:30 AM
|
||||
option(value='0200') 2 AM
|
||||
|
||||
ul#exercises
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ h1= workout.title
|
||||
ul
|
||||
li Time: #{workouttime}
|
||||
each element in workout.elements
|
||||
li= element.exerciseID
|
||||
li= element.exerciseID.name
|
||||
ul
|
||||
each split in element.splits
|
||||
li Reps: #{split.reps} Weight: #{split.weight}
|
||||
|
||||
Reference in New Issue
Block a user