Use highlight helper to render badges code syntax

This commit is contained in:
Grzegorz Bizon
2016-04-06 19:56:34 +02:00
parent 58d63a66a0
commit dffdb0d036
+4 -4
View File
@@ -9,12 +9,12 @@
.row
.col-md-2.text-center
Markdown
.col-md-10
= markdown("```markdown\n#{@badge.to_markdown}\n```")
.col-md-10.code.js-syntax-highlight
= highlight('.md', @badge.to_markdown)
.row
%hr
.row
.col-md-2.text-center
HTML
.col-md-10
= markdown("```html\n#{@badge.to_html}\n```")
.col-md-10.code.js-syntax-highlight
= highlight('.html', @badge.to_html)