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

show.html.haml « snippets « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e35385f4cabd963793460cb3d781c49506bdc12c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- page_title @snippet.title, "Snippets"

= render 'shared/snippets/header'

.project-snippets
  %article.file-holder.snippet-file-content
    = render 'shared/snippets/blob', raw_path: raw_namespace_project_snippet_path(@project.namespace, @project, @snippet)

  .row-content-block.top-block.content-component-block
    = render 'award_emoji/awards_block', awardable: @snippet, inline: true

  #notes= render "projects/notes/notes_with_form"