Skip to content

Instantly share code, notes, and snippets.

@bazzel
Last active November 4, 2015 17:19
Show Gist options
  • Save bazzel/474179abb2034c37b34c to your computer and use it in GitHub Desktop.
Save bazzel/474179abb2034c37b34c to your computer and use it in GitHub Desktop.
<form role='form' class='well'>
<div class='form-group'>
{{input value=model.title class='form-control' placeholder='Enter a title'}}
</div>
<div class='form-group'>
{{textarea value=model.description class='form-control' placeholder='Enter a description'}}
</div>
<div class='form-group'>
{{input value=model.price class='form-control' type='number' step='0.01' placeholder='Enter a price'}}
</div>
<button type='submit' class='update'>Update</button>
<button type='button' class='cancel'>Cancel</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment