Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_blob.html.haml « snippets « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dcdba01aee9f4a12b9bf220cc802717e411082d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- unless @snippet.content.empty?
  - if markup?(@snippet.file_name)
    %textarea.markdown-snippet-copy.blob-content{data: {blob_id: @snippet.id}}
      = @snippet.content
    .file-content.wiki
      - if gitlab_markdown?(@snippet.file_name)
        = preserve(markdown_field(@snippet, :content))
      - else
        = render_markup(@snippet.file_name, @snippet.content)
  - else
    = render 'shared/file_highlight', blob: @snippet
- else
  .file-content.code
    .nothing-here-block Empty file