summaryrefslogtreecommitdiff
path: root/app/views/snippets/show.html.haml
blob: e5711ca79c73565b57e1de15e6535108bc053eda (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', raw_path: raw_snippet_path(@snippet), download_path: download_snippet_path(@snippet)

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