Upload on Issue Post
Created by: MrKeiKun
Summary: For some reasons the link under Scaled upload image fucks up
Investigation:
This is the Link when you open the scaled image in issue post(DOESN'T WORK) http://git.site.com/files/note/55/screen.jpg
This is the Link given by gitlab when you uploaded the image and open the link below the image(DOES WORK) http://git.site.com/uploads/note/attachment/55/screen.jpg
This is the path where the image is uploaded under server (UNIX) /uploads/note/attachment/55
Solution:
Change the scaled image link to use
/files/note/55/screen.jpg
instead of
/uploads/note/attachment/55/screen.jpg