Attachments don't use relative path
Created by: rerobins
Gitlab version: 5.1.0 7214a30d
Differences from the install are that I'm running on Apache, and that I'm using gitlab/ as my relative path.
When attaching files to the wall, the links to the files do not take the relative path into consideration. I was able to fix my instance by editing:
./app/assets/javascripts/wall.js.coffee:67 and adding in my relative path to the link directly.
This is similar to: Issue #3272 (closed)