Skip to content

Instantly share code, notes, and snippets.

@fridgerator
Created August 3, 2017 04:14
Show Gist options
  • Save fridgerator/50148ab6db07db399f19ca6c69ff982f to your computer and use it in GitHub Desktop.
Save fridgerator/50148ab6db07db399f19ca6c69ff982f to your computer and use it in GitHub Desktop.
form action="/sign_in" method="post"
.modal-content
.modal-header
button.close type="button" data-dismiss="modal" aria-label="Close"
span aria-hidden="true"
| ×
h4.modal-title Sign in
.modal-body
== csrf_tag
.form-group
label for="email" Email
input.form-control name="email" type="email" id="email" placeholder="Email" required=""
.form-group
label for="password"
input.form-control name="password" type="password" id="password" placeholder="Password" required=""
.modal-footer
button.btn.btn-default type="submit" Log In
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment