BigW Consortium Gitlab

show.html.haml 549 Bytes
Newer Older
Phil Hughes committed
1
- @hide_top_links = true
2
- @content_class = "limit-container-width limited-inner-width-container" unless fluid_layout
3
- page_title "#{@snippet.title} (#{@snippet.to_reference})", "Snippets"
4

5
= render 'shared/snippets/header'
6

7 8 9
.personal-snippets
  %article.file-holder.snippet-file-content
    = render 'shared/snippets/blob'
10

11 12
  .row-content-block.top-block.content-component-block
    = render 'award_emoji/awards_block', awardable: @snippet, inline: true
13

14
  #notes.limited-width-notes= render "shared/notes/notes_with_form", :autocomplete => false