summaryrefslogtreecommitdiff
path: root/app/views/shared/snippets/_blob.html.haml
blob: e0e41fc4bea4e6ff2ba24b9cabf3efc750d6be69 (plain)
1
2
3
4
5
6
7
8
9
- unless @snippet.content.empty?
  - if markup?(@snippet.file_name)
    .file-content.wiki
      = render_markup(@snippet.file_name, @snippet.data)
  - else
    = render 'shared/file_highlight', blob: @snippet
- else
  .file-content.code
    .nothing-here-block Empty file