_blob.html.haml 390 字节
Newer Older
1 2 3 4 5
.file_holder
  .file_title
    %i.icon-file
    %strong= @snippet.file_name
    %span.options
6
      = link_to "raw", raw_snippet_path(@snippet), class: "btn btn-tiny", target: "_blank"
7 8
  .file_content.code
    - unless @snippet.content.empty?
9 10
      %div{class: user_color_scheme_class}
        = raw @snippet.colorize(formatter: :gitlab)
11 12
    - else
      %p.nothing_here_message Empty file