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

14 lines
522 B
Text
Raw Normal View History

- @content_class = "limit-container-width limited-inner-width-container" unless fluid_layout
2017-04-13 12:43:28 -04:00
- page_title "#{@snippet.title} (#{@snippet.to_reference})", "Snippets"
2015-10-18 06:54:02 -04:00
= render 'shared/snippets/header'
2015-10-18 06:54:02 -04:00
.project-snippets
%article.file-holder.snippet-file-content
2017-04-13 12:47:28 -04:00
= render 'shared/snippets/blob'
2015-10-18 06:54:02 -04:00
2016-12-07 18:05:42 -05:00
.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 => true