2015-04-30 15:10:42 -04:00
|
|
|
- page_title @snippet.title, "Snippets"
|
2013-07-18 06:08:48 -04:00
|
|
|
|
2016-09-05 13:57:00 -04:00
|
|
|
= render 'shared/snippets/header'
|
2015-10-18 06:54:02 -04:00
|
|
|
|
2016-09-05 13:57:00 -04:00
|
|
|
%article.file-holder.snippet-file-content
|
2017-03-14 13:58:52 -04:00
|
|
|
= render 'shared/snippets/blob', raw_path: raw_snippet_path(@snippet), download_path: download_snippet_path(@snippet)
|
2016-09-04 04:51:12 -04:00
|
|
|
|
2017-03-14 13:58:52 -04:00
|
|
|
.row-content-block.top-block.content-component-block
|
|
|
|
= render 'award_emoji/awards_block', awardable: @snippet, inline: true
|