9 lines
239 B
Text
9 lines
239 B
Text
- 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
|