Skip to content

Fix diff files not rendering

Phil Hughes requested to merge iamphill/gitlab-ce:fix-diffs-not-rendering into master

What does this MR do?

Fixes diff files not rendering when the renderIt property on the file is updated. Previously we were using a local copy of renderIt which would not update when the file objects renderIt property changes.

This changes that by always using the files renderIt property.

Does this MR meet the acceptance criteria?

Merge request reports