From a0ab5e432627b3e357d495192fd37ec2754e9b3e Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 14 May 2013 20:46:17 +0300 Subject: [PATCH] remove preserve for blob since its fails in production --- app/views/search/_blob.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/search/_blob.html.haml b/app/views/search/_blob.html.haml index 8b5efa8f622..39e71170706 100644 --- a/app/views/search/_blob.html.haml +++ b/app/views/search/_blob.html.haml @@ -7,5 +7,4 @@ = blob.filename .file_content.code.term %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 } )