Replaced h2 Login with form legend Login

pull/2/head
Sahat Yalkabov 2013-12-11 20:45:29 -05:00
parent 6fda1489aa
commit ec452a1d54
1 changed files with 15 additions and 17 deletions

View File

@ -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?