Linked accounts on account settings page

pull/2/head
Sahat Yalkabov 2013-12-07 16:06:36 -05:00
parent 324826ff7b
commit bdfc7398bb
2 changed files with 17 additions and 1 deletions

View File

@ -528,6 +528,10 @@ label-info {
color: #007aff;
}
.text-danger {
color: #d9534f;
}
.text-warning {
color: #f0ad4e;
}

View File

@ -36,7 +36,8 @@ block content
.col-sm-4
input.form-control(type='text', name='website', id='website', value='#{user.profile.website}')
.form-group
button.btn.btn.btn-primary(type='submit') Update Profile
.col-sm-offset-2.col-sm-4
button.btn.btn.btn-primary(type='submit') Update Profile
#settings.tab-pane.fade
.page-header
@ -58,6 +59,17 @@ block content
p You can delete your account, but keep in mind this action is irreversiable.
a.btn.btn-danger-outline(href='#') Delete my account
.page-header
h3 Linked Accounts
p
a.text-danger(href='#') Unlink your Google account
p
a(href='#') Link your Facebook account
p
a(href='#') Link your Twitter account
p
a(href='#') Link your GitHub account
if messages.length
.alert.alert-danger
for message in messages