mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
11 lines
270 B
Plaintext
11 lines
270 B
Plaintext
- 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
|