You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/views/users/new.html.slim

33 lines
989 B
Plaintext

section.supplimental
.wrapper
p There is no account with email #{@user.email}.
h2 That's because I am here for the first time
h3 Pick your username:
= simple_form_for @user, :url => user_path do |f|
= f.input :nickname, label: 'Username', required: true
= f.button :submit
hr
/* p */
/* | We recommend logging in with your email using */
/* = link_to "Mozilla Persona", "https://login.persona.org/" */
/* | . Look */
/* = link_to "here", "https://developer.mozilla.org/en-US/docs/Persona" */
/* | for more details. */
h2 That's because I've been logging in via Github/Twitter
p
| If you have been previously logging in via Github or Twitter
| pls do it again. One time!
ul.login
li = link_to "Log in via Github", github_auth_path, :class => 'btn-auth btn-github'
li = link_to "Log in via Twitter", twitter_auth_path, :class => 'btn-auth btn-twitter'
.vertical-expander