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