added button icons

This commit is contained in:
Sahat Yalkabov
2014-07-01 18:26:49 -04:00
parent 331909c8ed
commit 3664a817a6
3 changed files with 9 additions and 3 deletions

View File

@ -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')

View File

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

View File

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