mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-02-06 12:32:50 +00:00
little man
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
script(src='http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js')
|
||||
script(src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js')
|
||||
script(src='http://jzaefferer.github.com/jquery-validation/jquery.validate.js')
|
||||
|
||||
script(src='/javascripts/jquery.svg.min.js')
|
||||
script(src='/javascripts/scripts.js')
|
||||
|
||||
//script(src='/javascripts/livevalidation_standalone.compressed.js')
|
||||
|
||||
@@ -3,7 +3,7 @@ extends ../layout
|
||||
// script(src='/javascripts/workout.js')
|
||||
|
||||
block content
|
||||
|
||||
div#SVG1(style="width: 500px; height: 400px;")
|
||||
div#Leftpane
|
||||
include ./sidebar
|
||||
|
||||
|
||||
@@ -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