summaryrefslogtreecommitdiff
path: root/app/views/snippets/show.html.haml
blob: 8a80013bbfd210661c8f544861eb2c5ae730a099 (plain)
1
2
3
4
5
6
7
8
9
- page_title "#{@snippet.title} (#{@snippet.to_reference})", "Snippets"

= render 'shared/snippets/header'

%article.file-holder.snippet-file-content
  = render 'shared/snippets/blob', download_path: download_snippet_path(@snippet)

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