Commit b75777fd95ac7e432a6f576c018b8285efffbca4

Authored by Dmitriy Zaporozhets
1 parent fd9a8c36

no raw data rendering

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/shared/_file_hljs.html.haml
... ... @@ -8,4 +8,4 @@
8 8 .highlight
9 9 %pre
10 10 %code
11   - = raw blob.data
  11 + = blob.data
... ...