Add help-block with "Forgot your password"

This commit is contained in:
Sahat Yalkabov
2014-01-28 18:58:23 -05:00
parent 83fd4cc2a1
commit 12ee6a6b9d

View File

@ -24,6 +24,8 @@ block content
.form-group .form-group
label.control-label(for='username') Password label.control-label(for='username') Password
input.form-control(type='password', name='password', id='password', placeholder='Password') input.form-control(type='password', name='password', id='password', placeholder='Password')
.help-block
a(href='/login/forgot') Forgot Your Password?
.form-group .form-group
button.btn.btn-primary(type='submit') button.btn.btn-primary(type='submit')
i.fa.fa-unlock-alt i.fa.fa-unlock-alt