blob: 51dbbc32cc97aa08d2b0f600329e85b684af5948 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
- page_title "#{@snippet.title} (#{@snippet.to_reference})", "Snippets"
= render 'shared/snippets/header'
.personal-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= render "shared/notes/notes_with_form"
|