From 9e03ca64e9c27b78ea5503bef12d22f41ed9c746 Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Wed, 10 Dec 2014 19:38:09 +0100 Subject: [PATCH] added gravatar info to settings page --- app/views/user/_account.html.haml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/user/_account.html.haml b/app/views/user/_account.html.haml index d065ef43..93b51524 100644 --- a/app/views/user/_account.html.haml +++ b/app/views/user/_account.html.haml @@ -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|