added gravatar info to settings page

This commit is contained in:
pixeldesu 2014-12-10 19:38:09 +01:00
parent 31f520ed4b
commit 9e03ca64e9
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
.container.j2-page
= render 'user/settings_tabs'
.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-body
= bootstrap_form_for(resource, as: resource_name, url: '/settings/account', html: { method: :put }) do |f|