16 lines
647 B
Text
16 lines
647 B
Text
- @hide_top_links = true
|
|
- @content_class = "limit-container-width limited-inner-width-container" unless fluid_layout
|
|
- add_to_breadcrumbs "Snippets", dashboard_snippets_path
|
|
- breadcrumb_title @snippet.to_reference
|
|
- 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.limited-width-notes= render "shared/notes/notes_with_form", :autocomplete => false
|