added button icons
This commit is contained in:
@ -12,7 +12,9 @@ block content
|
||||
label.control-label(for='password') Password
|
||||
input.form-control(type='password', name='password', id='password', placeholder='Password')
|
||||
.form-group
|
||||
button.btn.btn-primary(type='submit') Login
|
||||
button.btn.btn-primary(type='submit')
|
||||
span.ion-log-in
|
||||
| Login
|
||||
a.btn.btn-link(href='/forgot') Forgot your password?
|
||||
hr
|
||||
a.btn.btn-block.btn-facebook.btn-social(href='/auth/facebook')
|
||||
|
@ -18,4 +18,6 @@ block content
|
||||
input.form-control(type='password', name='confirmPassword', id='confirmPassword', placeholder='Confirm Password')
|
||||
.form-group
|
||||
.col-sm-offset-3.col-sm-7
|
||||
button.btn.btn-success(type='submit') Signup
|
||||
button.btn.btn-success(type='submit')
|
||||
span.ion-person-add
|
||||
| Signup
|
||||
|
@ -20,4 +20,6 @@ block content
|
||||
textarea.form-control(type='text', name='message', id='message', rows='7')
|
||||
.form-group
|
||||
.col-sm-offset-2.col-sm-8
|
||||
button.btn.btn-primary(type='submit') Send
|
||||
button.btn.btn-primary(type='submit')
|
||||
span.ion-paper-airplane
|
||||
| Send
|
||||
|
Reference in New Issue
Block a user