gitlab-org--gitlab-foss/app/views/search/results/_blob.html.haml

10 lines
338 B
Plaintext
Raw Normal View History

.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
2014-10-01 18:21:29 -04:00
%i.fa.fa-file
%strong
= blob.filename
.file-content.code.term
2014-01-30 06:31:56 -05:00
= render 'shared/file_hljs', blob: blob, first_line_number: blob.startline