summaryrefslogtreecommitdiff
path: root/app/views/search/results/_wiki_blob.html.haml
blob: 648d0bd76cbf42558392dfd81cb6f436e8b78f57 (plain)
1
2
3
4
5
6
7
8
9
10
- wiki_blob = parse_search_result(wiki_blob)
.blob-result
  .file-holder
    .file-title
      = link_to namespace_project_wiki_path(@project.namespace, @project, wiki_blob.basename) do
        %i.fa.fa-file
        %strong
          = wiki_blob.basename
    .file-content.code.term
      = render 'shared/file_highlight', blob: wiki_blob, first_line_number: wiki_blob.startline