Created
August 3, 2017 04:14
-
-
Save fridgerator/50148ab6db07db399f19ca6c69ff982f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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