BigW Consortium Gitlab

_blob_content.html.haml 417 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
- 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
Dmitriy Zaporozhets committed
14
    .nothing-here-block Empty file