summaryrefslogtreecommitdiff
path: root/app/views/search/results/_blob_data.html.haml
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