Skip to content

Instantly share code, notes, and snippets.

@rawburt
Created December 5, 2013 23:59
Show Gist options
  • Save rawburt/7816366 to your computer and use it in GitHub Desktop.
Save rawburt/7816366 to your computer and use it in GitHub Desktop.
h2 Step #{step}
.row
.col-md-6
if previousStep
button.btn.btn-primary click="gotoStep previousStep" Back
.col-md-6
if nextStep
button.btn.btn-primary.pull-right click="gotoStep nextStep" Next
each questions
.form-group
/ label = text
= questionField questionTypeBinding="questionType" sourceModelBinding="this" sourceAttrBinding="name" targetModelBinding="controller.case" targetAttrPrefix="responses"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment