Commit a0ab5e432627b3e357d495192fd37ec2754e9b3e
1 parent
9d9b7882
Exists in
master
and in
4 other branches
remove preserve for blob since its fails in production
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
app/views/search/_blob.html.haml
... | ... | @@ -7,5 +7,4 @@ |
7 | 7 | = blob.filename |
8 | 8 | .file_content.code.term |
9 | 9 | %div{class: user_color_scheme_class} |
10 | - = preserve do | |
11 | - = raw blob.colorize( formatter: :gitlab, options: { first_line_number: blob.startline } ) | |
10 | + = raw blob.colorize( formatter: :gitlab, options: { first_line_number: blob.startline } ) | ... | ... |