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

_blob_data.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: 0115be41ff12ee8fa1cd85cfd4318d65901a204c (plain)
1
2
3
4
5
6
7
8
9
.blob-result
  .file-holder
    .js-file-title.file-title
      = link_to blob_link do
        %i.fa.fa-file
        = search_blob_title(project, file_name)
    - if blob.data
      .file-content.code.term
        = render 'shared/file_highlight', blob: blob, first_line_number: blob.startline