summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://jneen.net/ <jneen@jneen.net>2016-07-18 11:06:15 -0700
committerhttp://jneen.net/ <jneen@jneen.net>2016-07-18 11:06:22 -0700
commit0ef86b35b5bf0a78bd943478af7e337587386b94 (patch)
tree7038138e781dac98b940073df3ca7dbd2e64b5c4
parentb15fd7e01a179db869fd079c2f5f4c5f99e6dd94 (diff)
downloadgitlab-ce-proof-of-concept/stream-highlighting.tar.gz
-rw-r--r--app/views/shared/_file_highlight.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_file_highlight.html.haml b/app/views/shared/_file_highlight.html.haml
index 231e912a2d4..c1f0e6125cf 100644
--- a/app/views/shared/_file_highlight.html.haml
+++ b/app/views/shared/_file_highlight.html.haml
@@ -14,4 +14,4 @@
= i
.blob-content{data: {blob_id: blob.id}}><
- highlight(blob.path, blob.data, repository: repository, plain: blob.no_highlighting?) do |chunk|
- ~ chunk
+ = chunk