Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_wiki_blob.html.haml « results « search « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f9c5810e3d057962ec92eb8f913e3b7b2c93b4ed (plain)
1
2
3
4
5
6
7
8
9
.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
      = render 'shared/file_highlight', blob: wiki_blob, first_line_number: wiki_blob.startline, user_color_scheme_class: 'white'