summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets/show.html.haml
blob: d8e448dd2afce30194a93dd9c396c373a1e9a70b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- @content_class = "limit-container-width limited-inner-width-container" unless fluid_layout
- page_title "#{@snippet.title} (#{@snippet.to_reference})", "Snippets"

= render 'shared/snippets/header'

.project-snippets
  %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

  #notes.limited-width-notes= render "shared/notes/notes_with_form", :autocomplete => true