debian-mirror-gitlab/app/views/projects/blob/_text.html.haml

14 lines
337 B
Text
Raw Normal View History

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