Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-15 05:19:21 +0400
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-12-20 19:54:28 +0400
commit757c7a52916fbee75a94ee453e055e8ce02a428e (patch)
tree45c22e304538bb29b79e129aa1549c3f65208527 /app/views/profiles
parent19eb63741995e3be60781db74edab5d5ae896c6b (diff)
Fix gravatar and ldap config
Diffstat (limited to 'app/views/profiles')
-rw-r--r--app/views/profiles/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/show.html.haml b/app/views/profiles/show.html.haml
index 177119f093a..934c1fdf7c4 100644
--- a/app/views/profiles/show.html.haml
+++ b/app/views/profiles/show.html.haml
@@ -33,7 +33,7 @@
%ul
%li
%p You can change your password on Account page
- -unless Gitlab.config.disable_gravatar?
+ - if Gitlab.config.gravatar.enabled
%li
%p You can change your avatar at #{link_to "gravatar.com", "http://gravatar.com"}