asciinema.org/app/views/logins/new.html.slim

34 lines
981 B
Plaintext
Raw Normal View History

2014-10-12 18:36:31 +00:00
.container
.row
2015-04-01 14:54:19 +00:00
.col-md-6
h1
span class="glyphicon glyphicon-user"
| Log in
2014-10-12 18:36:31 +00:00
br
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.
2015-04-01 14:54:19 +00:00
.col-md-6
h1
span class="glyphicon glyphicon-info-sign"
| First time here?
br
p
2015-04-01 14:55:44 +00:00
| asciinema.org uses email-based, passwordless login process.
2015-04-01 14:54:19 +00:00
Whether you're here for the first time or you're coming back,
just enter your email address and you'll get sent a login link.
If you're doing this for the first time then your user account will
automatically get created.