2019-03-24 23:14:18 -04:00
|
|
|
- project = find_project_for_result_blob(projects, wiki_blob)
|
2018-12-02 16:47:33 -05:00
|
|
|
- wiki_blob = parse_search_result(wiki_blob)
|
2019-06-20 08:59:58 -04:00
|
|
|
- wiki_blob_link = project_wiki_path(project, wiki_blob.basename)
|
2018-06-04 07:41:37 -04:00
|
|
|
|
2018-12-02 16:47:33 -05:00
|
|
|
= render partial: 'search/results/blob_data', locals: { blob: wiki_blob, project: project, file_name: wiki_blob.filename, blob_link: wiki_blob_link }
|