Fix code rendering for snippets

This commit is contained in:
Dmitriy Zaporozhets
2015-02-18 15:53:59 -08:00
parent a9d9f940ce
commit 4914109cb8
+2 -1
View File
@@ -7,4 +7,5 @@
= link_to "#L#{i}", id: "L#{i}", rel: "#L#{i}" do
%i.fa.fa-link
= i
= highlight(blob.name, blob.data)
:preserve
#{highlight(blob.name, blob.data)}