Skip to content

Instantly share code, notes, and snippets.

@bazzel
Last active August 29, 2015 14:08
Show Gist options
  • Save bazzel/7d8767fdb9ed6fd33ab3 to your computer and use it in GitHub Desktop.
Save bazzel/7d8767fdb9ed6fd33ab3 to your computer and use it in GitHub Desktop.
<form role='form' class='well'>
<div class='form-group'>
{{input value=title class='form-control' placeholder='Enter a title'}}
</div>
<div class='form-group'>
{{textarea value=description class='form-control' placeholder='Enter a description'}}
</div>
<div class='form-group'>
{{input value=price class='form-control' type='number' 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