debian-mirror-gitlab/app/views/search/results/_blob.html.haml
2014-09-02 14:37:02 +02:00

9 lines
337 B
Text

.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.icon-file
%strong
= blob.filename
.file-content.code.term
= render 'shared/file_hljs', blob: blob, first_line_number: blob.startline