We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869b2d0 commit 73be3dfCopy full SHA for 73be3df
app/models/team/search_wrapper.rb
@@ -38,7 +38,7 @@ def avatar_url
38
end
39
40
def thumbnail_url
41
- User::BLANK_PROFILE_URL
+ item[:avatar]
42
43
44
def members
app/models/user.rb
@@ -147,9 +147,6 @@ class User < ActiveRecord::Base
147
}
148
149
150
- #TODO maybe we don't need this
151
- BLANK_PROFILE_URL = 'blank-mugshot.png'
152
-
153
REGISTRATION = 'registration'
154
PENDING = 'pending'
155
ACTIVE = 'active'
0 commit comments