Skip to content

Instantly share code, notes, and snippets.

@AndriyShepitsen
Created October 1, 2014 23:18
Show Gist options
  • Save AndriyShepitsen/90763ee4e30c7a098bda to your computer and use it in GitHub Desktop.
Save AndriyShepitsen/90763ee4e30c7a098bda to your computer and use it in GitHub Desktop.
h3 New Listing
hr
.panel.panel-default.panel-listing
form
.form-group
h4 Address
.row
.col-md-4
.form-group
label Street:
input.form-control
.col-md-4
.form-group
label City:
input.form-control
.col-md-4
.form-group
label State:
input.form-control
.row
.col-md-4
.form-group
input.form-control(name="zip", id="zip", required)
label Zip:
.form-group
label Property Details
textarea.form-control(name="property-details" id="property-details", rows='10' placeholder="Your message", required)
h4 Bedrooms
.form-group
label Bedrooms #
input.form-control(name="zip", id="zip", required)
.form-group
button.btn.btn-default Add Bedroom
h4 Bathrooms
.form-group
label Bathrooms #
input.form-control(name="zip", id="zip", required)
.form-group
button.btn.btn-default Add Bathroom
h4 Dining Room
.form-group
label Size
input.form-control(name="dinig-size", id="dinig-size", required)
.form-group
label Dining Room Description
input.form-control(name="dining-descriptionkitchen-description", id="dining-description", required)
h4 Kitchen
.form-group
label Dining Room Description
input.form-control(name="kitchen-description", id="kitchen-description", required)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment