From 65349d60cc3eda7ef542742f8330cbe5a0e8e649 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Wed, 1 Apr 2015 14:54:19 +0000 Subject: [PATCH] Be more clear about first login --- app/assets/stylesheets/base.sass | 3 +++ app/views/logins/new.html.slim | 20 ++++++++++++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/base.sass b/app/assets/stylesheets/base.sass index ff32c95..9c807ad 100644 --- a/app/assets/stylesheets/base.sass +++ b/app/assets/stylesheets/base.sass @@ -39,6 +39,9 @@ h1, h2, h3 h1 font-size: 30px + span.glyphicon + top: 5px + h2 font-size: 24px diff --git a/app/views/logins/new.html.slim b/app/views/logins/new.html.slim index 3c41e26..a4f006c 100644 --- a/app/views/logins/new.html.slim +++ b/app/views/logins/new.html.slim @@ -1,7 +1,9 @@ .container .row - .col-md-12 - h1 Log in + .col-md-6 + h1 + span class="glyphicon glyphicon-user" + | Log in br @@ -15,3 +17,17 @@ - if @invalid_email br p.text-danger This email address doesn't seem to be correct. + + .col-md-6 + h1 + span class="glyphicon glyphicon-info-sign" + | First time here? + + br + + p + | asciinema uses email-based, passwordless login process. + 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.