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

11 lines
399 B
Plaintext
Raw Normal View History

- wiki_blob = @project.repository.parse_search_result(wiki_blob)
2014-09-05 10:33:05 +00:00
.blob-result
.file-holder
.file-title
= link_to namespace_project_wiki_path(@project.namespace, @project, wiki_blob.filename) do
2014-10-01 22:21:29 +00:00
%i.fa.fa-file
2014-09-05 10:33:05 +00:00
%strong
= wiki_blob.filename
.file-content.code.term
= render 'shared/file_highlight', blob: wiki_blob, first_line_number: wiki_blob.startline