gitlab-org--gitlab-foss/app/views/projects/blob/_text.html.haml

11 lines
270 B
Text
Raw Normal View History

2016-02-02 08:17:08 -05:00
- blob.load_all_data!(@repository)
- if markup?(blob.name)
.file-content.wiki
= render_markup(blob.name, blob.data)
2012-10-15 14:56:58 -04:00
- else
2016-01-25 05:42:47 -05:00
- unless blob.empty?
= render 'shared/file_highlight', blob: blob
- else
.file-content.code
.nothing-here-block Empty file