2015-09-11 14:41:01 +05:30
|
|
|
- wiki_blob = @project.repository.parse_search_result(wiki_blob)
|
2015-04-26 12:48:37 +05:30
|
|
|
.blob-result
|
|
|
|
.file-holder
|
|
|
|
.file-title
|
|
|
|
= link_to namespace_project_wiki_path(@project.namespace, @project, wiki_blob.filename) do
|
|
|
|
%i.fa.fa-file
|
|
|
|
%strong
|
|
|
|
= wiki_blob.filename
|
|
|
|
.file-content.code.term
|
2015-09-25 12:07:36 +05:30
|
|
|
= render 'shared/file_highlight', blob: wiki_blob, first_line_number: wiki_blob.startline
|