Skip to content

Remove unnecessary / from avatar url

username-removed-25949 requested to merge haynes/gitlab-ce:fix_avatar_url into master

What does this MR do?

This MR removes the unecessary / from the avatar url.

What Use Case does this MR solve?

The // in the url cold lead to avatars not being displayed (reported on IRC)

With this MR the avatar url changes from
http://localhost:3000//uploads/user/avatar/1/gitlab_logo.png
to
http://localhost:3000/uploads/user/avatar/1/gitlab_logo.png

@dblessing Can you take a look?

Merge request reports