HTML files no longer render in browser when viewing raw file
Created by: dan-blanchard
In Gitlab 5.4 and earlier, any HTML files that were checked into a repository were viewable as webpages by viewing them in "raw" mode. With 6.0 that no longer works. I'm guessing this is because the MIME type isn't being set (Firefox shows text/plain), but I could be mistaken.
This was a really handy feature for linking to HTML documentation from project READMEs, so if you could add that back, that would be awesome.