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

10 lines
365 B
Plaintext
Raw Normal View History

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