Linked accounts on account settings page
This commit is contained in:
@ -528,6 +528,10 @@ label-info {
|
|||||||
color: #007aff;
|
color: #007aff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-danger {
|
||||||
|
color: #d9534f;
|
||||||
|
}
|
||||||
|
|
||||||
.text-warning {
|
.text-warning {
|
||||||
color: #f0ad4e;
|
color: #f0ad4e;
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,8 @@ block content
|
|||||||
.col-sm-4
|
.col-sm-4
|
||||||
input.form-control(type='text', name='website', id='website', value='#{user.profile.website}')
|
input.form-control(type='text', name='website', id='website', value='#{user.profile.website}')
|
||||||
.form-group
|
.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
|
#settings.tab-pane.fade
|
||||||
.page-header
|
.page-header
|
||||||
@ -58,6 +59,17 @@ block content
|
|||||||
p You can delete your account, but keep in mind this action is irreversiable.
|
p You can delete your account, but keep in mind this action is irreversiable.
|
||||||
a.btn.btn-danger-outline(href='#') Delete my account
|
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
|
if messages.length
|
||||||
.alert.alert-danger
|
.alert.alert-danger
|
||||||
for message in messages
|
for message in messages
|
||||||
|
Reference in New Issue
Block a user