added gravatar info to settings page
This commit is contained in:
parent
31f520ed4b
commit
9e03ca64e9
|
@ -1,6 +1,10 @@
|
||||||
.container.j2-page
|
.container.j2-page
|
||||||
= render 'user/settings_tabs'
|
= render 'user/settings_tabs'
|
||||||
.col-md-9.col-xs-12.col-sm-9
|
.col-md-9.col-xs-12.col-sm-9
|
||||||
|
.alert.alert-info
|
||||||
|
justask currently only supports avatars over
|
||||||
|
%a{href: "https://en.gravatar.com"} Gravatar
|
||||||
|
, after you set yours up, use the E-Mail you are using for it on here as well, we will directly use this image then!
|
||||||
.panel.panel-default
|
.panel.panel-default
|
||||||
.panel-body
|
.panel-body
|
||||||
= bootstrap_form_for(resource, as: resource_name, url: '/settings/account', html: { method: :put }) do |f|
|
= bootstrap_form_for(resource, as: resource_name, url: '/settings/account', html: { method: :put }) do |f|
|
||||||
|
|
Loading…
Reference in New Issue