debian-mirror-gitlab/app/views/shared/snippets/_blob.html.haml
2015-09-11 14:41:01 +05:30

10 lines
298 B
Text

- unless @snippet.content.empty?
- if markup?(@snippet.file_name)
.file-content.wiki
= render_markup(@snippet.file_name, @snippet.data)
- else
.file-content.code
= render 'shared/file_highlight', blob: @snippet
- else
.file-content.code
.nothing-here-block Empty file