From ec452a1d5436446fd1cfaadc957015e8842adce6 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Wed, 11 Dec 2013 20:45:29 -0500 Subject: [PATCH] Replaced h2 Login with form legend Login --- views/login.jade | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/views/login.jade b/views/login.jade index 7d595ca1ed..0937b7410b 100644 --- a/views/login.jade +++ b/views/login.jade @@ -5,24 +5,8 @@ block content .alert.alert-danger strong= messages - h2.text-center Login - form.form-horizontal(method='POST') - - .form-group - label.col-sm-2.control-label(for='username') Email - .col-sm-8 - input.form-control(type='text', name='username', id='username', placeholder='Email', autofocus='') - .form-group - label.col-sm-2.control-label(for='username') Password - .col-sm-8 - .input-group - input.form-control(type='password', name='password', id='password', placeholder='Password') - span.input-group-btn - button.btn.btn-primary(type='button') Go! - .help-block - a.pull-right(href='#') Forgot password? - + legend Login .form-group .col-sm-offset-2.col-sm-8 .btn-group.btn-group-justified @@ -38,3 +22,17 @@ block content a.btn.btn-sm.btn-danger.google(href='/auth/google') i.fa.fa-google-plus | Google + .form-group + label.col-sm-2.control-label(for='username') Email + .col-sm-8 + input.form-control(type='text', name='username', id='username', placeholder='Email', autofocus='') + .form-group + label.col-sm-2.control-label(for='username') Password + .col-sm-8 + .input-group + input.form-control(type='password', name='password', id='password', placeholder='Password') + span.input-group-btn + button.btn.btn-primary(type='submit') Go! + .help-block + a.pull-right(href='#') Forgot password? +