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

10 lines
365 B
Text
Raw Normal View History

2015-04-30 15:10:42 -04:00
- page_title @snippet.title, "Snippets"
= render 'shared/snippets/header'
2015-10-18 06:54:02 -04:00
%article.file-holder.snippet-file-content
2017-03-14 13:58:52 -04:00
= render 'shared/snippets/blob', raw_path: raw_snippet_path(@snippet), download_path: download_snippet_path(@snippet)
2017-03-14 13:58:52 -04:00
.row-content-block.top-block.content-component-block
= render 'award_emoji/awards_block', awardable: @snippet, inline: true