Icons missing when using relative URL
Created by: lschr
I set my relative URL to /gitlab by following the instructions in the documentation. However, now quite a lof of icons are missing in the web interface.
I guess the problem is that the URL of FontAwesome is not updated in application-9880f992b4a3c109f2a12a3f4553d0fe.css. There it says
/@font-face{font-family:'FontAwesome';src:url("/assets/fontawesome-webfont-39aed32f180471d5eb26b657310bc531.eot?v=4.5.0")
and so on instead of /gitlab/assets
.
I am using gitlab-ce from the apt repository.