debian-mirror-gitlab/app/views/projects/blob/_text.html.haml

11 lines
270 B
Text
Raw Normal View History

2016-04-02 18:10:28 +05:30
- blob.load_all_data!(@repository)
2015-09-11 14:41:01 +05:30
- if markup?(blob.name)
2014-09-02 18:07:02 +05:30
.file-content.wiki
= render_markup(blob.name, blob.data)
- else
2016-02-05 20:25:01 +05:30
- unless blob.empty?
= render 'shared/file_highlight', blob: blob
- else
.file-content.code
2014-09-02 18:07:02 +05:30
.nothing-here-block Empty file