From 545202fc6f30d9fb37532315b3371509c4959f18 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Tue, 1 Jul 2014 19:57:33 -0400 Subject: [PATCH] updated button icons on profile page --- views/account/profile.jade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/account/profile.jade b/views/account/profile.jade index a5e4498e95e..a9a4c645800 100644 --- a/views/account/profile.jade +++ b/views/account/profile.jade @@ -38,7 +38,7 @@ block content .form-group .col-sm-offset-2.col-sm-4 button.btn.btn.btn-primary(type='submit') - i.fa.fa-magnet + span.ion-person | Update Profile .page-header @@ -57,7 +57,7 @@ block content .form-group .col-sm-offset-3.col-sm-4 button.btn.btn.btn-primary(type='submit') - i.fa.fa-keyboard-o + span.ion-locked | Change Password .page-header @@ -67,7 +67,7 @@ block content form(action='/account/delete', method='POST') input(type='hidden', name='_csrf', value=_csrf) button.btn.btn-danger(type='submit') - i.fa.fa-trash-o + span.ion-trash-b | Delete my account .page-header