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

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

= render 'shared/snippets/header'

%article.file-holder.snippet-file-content
  = render 'shared/snippets/blob'

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

%ul#notes-list.notes.main-notes-list.timeline
  #notes= render 'shared/notes/notes'