Commit ad947bc7 authored by Javier Castro's avatar Javier Castro Committed by Dmitriy Zaporozhets

Fix missing div container for nice css styling

parent 7f57fe50
......@@ -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 } )
......
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