debian-mirror-gitlab/app/views/snippets/show.html.haml

13 lines
387 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
- page_title "#{@snippet.title} (#{@snippet.to_reference})", "Snippets"
2014-09-02 18:07:02 +05:30
2016-09-29 09:46:39 +05:30
= render 'shared/snippets/header'
2015-11-26 14:37:03 +05:30
2017-08-17 22:00:37 +05:30
.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= render "shared/notes/notes_with_form"