gitlab-org--gitlab-foss/app/views/snippets/show.html.haml

15 lines
549 B
Plaintext
Raw Normal View History

2017-07-07 10:51:03 +00:00
- @hide_top_links = true
- @content_class = "limit-container-width limited-inner-width-container" unless fluid_layout
2017-04-13 16:43:28 +00:00
- page_title "#{@snippet.title} (#{@snippet.to_reference})", "Snippets"
= render 'shared/snippets/header'
2015-10-18 10:54:02 +00:00
2017-05-03 08:48:01 +00:00
.personal-snippets
%article.file-holder.snippet-file-content
= render 'shared/snippets/blob'
2017-05-03 08:48:01 +00:00
.row-content-block.top-block.content-component-block
= render 'award_emoji/awards_block', awardable: @snippet, inline: true
2017-04-27 10:41:26 +00:00
#notes.limited-width-notes= render "shared/notes/notes_with_form", :autocomplete => false