updated button icons on profile page
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user