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

10 lines
299 B
Plaintext

.blob-result
.file-holder
.file-title
= link_to project_wiki_path(@project, wiki_blob.filename) do
%i.fa.fa-file
%strong
= wiki_blob.filename
.file-content.code.term
= render 'shared/file_hljs', blob: wiki_blob, first_line_number: wiki_blob.startline