diff options
Diffstat (limited to 'app/helpers/users_helper.rb')
| -rw-r--r-- | app/helpers/users_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/users_helper.rb b/app/helpers/users_helper.rb index ad45433c1..acf511ac6 100644 --- a/app/helpers/users_helper.rb +++ b/app/helpers/users_helper.rb @@ -5,7 +5,7 @@ module UsersHelper end def user_default_avatar - "#{root_url}#{image_path('icons/user.png')}" + image_path('icons/user.png') end end |
