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

_blob.html.haml « results « search « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84e9be82c444e2596cc2c95472ed282a9e5dd18f (plain)
1
2
3
4
5
6
7
8
9
.blob-result
  .file-holder
    .file-title
      = link_to namespace_project_blob_path(@project.namespace, @project, tree_join(blob.ref, blob.filename), :anchor => "L" + blob.startline.to_s) do
        %i.fa.fa-file
        %strong
          = blob.filename
    .file-content.code.term
      = render 'shared/file_highlight', blob: blob, first_line_number: blob.startline, user_color_scheme_class: 'white'