summaryrefslogtreecommitdiff
path: root/app/views/search/results/_blob.html.haml
blob: b46b4832e19a51567fe0badbbe0e80f7cff504d6 (plain)
1
2
3
4
5
6
7
8
9
.blob-result
  .file-holder
    .file-title
      = link_to project_blob_path(@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_hljs', blob: blob, first_line_number: blob.startline