summaryrefslogtreecommitdiff
path: root/app/views/snippets/show.html.haml
blob: da9fb755a364a92443f05eba5fa328da48041669 (plain)
1
2
3
4
5
6
7
8
9
- page_title @snippet.title, "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