Fix missing div container for nice css styling

This commit is contained in:
Javier Castro 2013-05-05 10:27:31 -03:00 committed by Dmitriy Zaporozhets
parent 7f57fe5034
commit ad947bc705
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
= link_to project_blob_path(snippet.project, tree_join(snippet.tree, snippet.filename), :anchor => "L" + snippet.startline.to_s) do
%strong.term
= snippet.filename
.file_holder
.file_content.code
%div{class: user_color_scheme_class}
= raw snippet.colorize( formatter: :gitlab, options: { first_line_number: snippet.startline } )