2019-07-07 11:18:12 +05:30
|
|
|
- project = find_project_for_result_blob(projects, wiki_blob)
|
2019-02-15 15:39:39 +05:30
|
|
|
- wiki_blob = parse_search_result(wiki_blob)
|
2019-09-30 21:07:59 +05:30
|
|
|
- wiki_blob_link = project_wiki_path(project, wiki_blob.basename)
|
2018-11-08 19:23:39 +05:30
|
|
|
|
2019-02-15 15:39:39 +05:30
|
|
|
= render partial: 'search/results/blob_data', locals: { blob: wiki_blob, project: project, file_name: wiki_blob.filename, blob_link: wiki_blob_link }
|