debian-mirror-gitlab/app/views/shared/snippets/_blob.html.haml

15 lines
417 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
- unless @snippet.content.empty?
- if gitlab_markdown?(@snippet.file_name)
.file-content.wiki
= preserve do
= markdown(@snippet.data)
- elsif markup?(@snippet.file_name)
.file-content.wiki
= render_markup(@snippet.file_name, @snippet.data)
- else
.file-content.code
= render 'shared/file_hljs', blob: @snippet
- else
.file-content.code
.nothing-here-block Empty file