mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 09:36:47 +10:00
Fix code rendering for snippets
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user