Skip to content

Instantly share code, notes, and snippets.

@danadaldos
Created September 29, 2015 23:39
Show Gist options
  • Save danadaldos/7cb5dc95aa901d99bfb9 to your computer and use it in GitHub Desktop.
Save danadaldos/7cb5dc95aa901d99bfb9 to your computer and use it in GitHub Desktop.
#places.modal.fade{"aria-labelledby" => "placesLabel", :role => "dialog", :tabindex => "-1"}
.modal-dialog{:role => "form"}
%form.modal-content
.modal-header
%button.close{"aria-label" => "Close", "data-dismiss" => "modal", :type => "button"}
%span{"aria-hidden" => "true"} ×
%h4#placesLabel.modal-title PRFCT Place Registration
.modal-body
.form-group
%label Street Address
%input.form-control{ type: 'text' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment