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