debian-mirror-gitlab/app/views/search/results/_blob.html.haml

8 lines
317 B
Text
Raw Normal View History

2019-07-07 11:18:12 +05:30
- project = find_project_for_result_blob(projects, blob)
2018-11-20 20:47:30 +05:30
- return unless project
2019-02-15 15:39:39 +05:30
- blob = parse_search_result(blob)
2019-12-26 22:10:19 +05:30
- blob_link = project_blob_path(project, tree_join(blob.ref, blob.path))
2018-11-08 19:23:39 +05:30
2019-12-26 22:10:19 +05:30
= render partial: 'search/results/blob_data', locals: { blob: blob, project: project, path: blob.path, blob_link: blob_link }