Commit a0ab5e43 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

remove preserve for blob since its fails in production

parent 9d9b7882
...@@ -7,5 +7,4 @@ ...@@ -7,5 +7,4 @@
= blob.filename = blob.filename
.file_content.code.term .file_content.code.term
%div{class: user_color_scheme_class} %div{class: user_color_scheme_class}
= preserve do = raw blob.colorize( formatter: :gitlab, options: { first_line_number: blob.startline } )
= raw blob.colorize( formatter: :gitlab, options: { first_line_number: blob.startline } )
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment