summaryrefslogtreecommitdiff
path: root/app/views/search/results/_blob_data.html.haml
blob: 143e9f91ca3d26e047c02388102594eeea780e95 (plain)
1
2
3
4
5
6
7
8
9
10
.blob-result
  .file-holder
    .js-file-title.file-title
      = link_to blob_link do
        %i.fa.fa-file
        %strong
          = search_blob_title(project, file_name)
    - if blob.data
      .file-content.code.term
        = render 'shared/file_highlight', blob: blob, first_line_number: blob.startline