2017-07-07 06:51:03 -04:00
|
|
|
- @hide_top_links = true
|
2017-06-23 06:45:08 -04:00
|
|
|
- @content_class = "limit-container-width limited-inner-width-container" unless fluid_layout
|
2017-08-17 05:42:04 -04:00
|
|
|
- add_to_breadcrumbs "Snippets", dashboard_snippets_path
|
|
|
|
- breadcrumb_title @snippet.to_reference
|
2017-04-13 12:43:28 -04:00
|
|
|
- page_title "#{@snippet.title} (#{@snippet.to_reference})", "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
|
|
|
|
2017-05-03 04:48:01 -04:00
|
|
|
.personal-snippets
|
|
|
|
%article.file-holder.snippet-file-content
|
|
|
|
= render 'shared/snippets/blob'
|
2016-09-04 04:51:12 -04:00
|
|
|
|
2017-05-03 04:48:01 -04:00
|
|
|
.row-content-block.top-block.content-component-block
|
|
|
|
= render 'award_emoji/awards_block', awardable: @snippet, inline: true
|
2017-04-27 06:41:26 -04:00
|
|
|
|
2017-06-23 06:45:08 -04:00
|
|
|
#notes.limited-width-notes= render "shared/notes/notes_with_form", :autocomplete => false
|