updated button icons on profile page

This commit is contained in:
Sahat Yalkabov
2014-07-01 19:57:33 -04:00
parent 7d52d9d89d
commit 545202fc6f

View File

@ -38,7 +38,7 @@ block content
.form-group .form-group
.col-sm-offset-2.col-sm-4 .col-sm-offset-2.col-sm-4
button.btn.btn.btn-primary(type='submit') button.btn.btn.btn-primary(type='submit')
i.fa.fa-magnet span.ion-person
| Update Profile | Update Profile
.page-header .page-header
@ -57,7 +57,7 @@ block content
.form-group .form-group
.col-sm-offset-3.col-sm-4 .col-sm-offset-3.col-sm-4
button.btn.btn.btn-primary(type='submit') button.btn.btn.btn-primary(type='submit')
i.fa.fa-keyboard-o span.ion-locked
| Change Password | Change Password
.page-header .page-header
@ -67,7 +67,7 @@ block content
form(action='/account/delete', method='POST') form(action='/account/delete', method='POST')
input(type='hidden', name='_csrf', value=_csrf) input(type='hidden', name='_csrf', value=_csrf)
button.btn.btn-danger(type='submit') button.btn.btn-danger(type='submit')
i.fa.fa-trash-o span.ion-trash-b
| Delete my account | Delete my account
.page-header .page-header