2014-10-12 18:36:31 +00:00
|
|
|
.container
|
|
|
|
.row
|
|
|
|
.col-md-12
|
|
|
|
h1 Log in
|
|
|
|
|
|
|
|
br
|
|
|
|
|
2014-12-17 15:46:03 +00:00
|
|
|
p Log in to asciinema.org using your email address:
|
2014-10-12 18:36:31 +00:00
|
|
|
|
|
|
|
= form_tag login_path, class: "form-inline login-form" do
|
|
|
|
.form-group
|
2014-10-17 15:28:22 +00:00
|
|
|
input.form-control.email name="email" type="email" placeholder="Enter email" data-behavior="focus"
|
2014-10-12 18:36:31 +00:00
|
|
|
button.btn.btn-primary type="submit" Log in
|
|
|
|
|
|
|
|
- if @invalid_email
|
|
|
|
br
|
|
|
|
p.text-danger This email address doesn't seem to be correct.
|