debian-mirror-gitlab/app/views/projects/blob/_text.html.haml
2016-04-02 18:10:28 +05:30

10 lines
270 B
Text

- 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