summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets
diff options
context:
space:
mode:
authorZ.J. van de Weg <zegerjan@gitlab.com>2016-09-04 10:51:12 +0200
committerFatih Acet <acetfatih@gmail.com>2016-09-19 19:50:40 +0300
commit412ff80b7b1381485a306df240aab020e9b90801 (patch)
treec1bc93bef0f316131aa36dfef0963aa6a4fb0961 /app/views/projects/snippets
parentfe0433984c7a089341d0f8b682dbe40d9dab2dec (diff)
downloadgitlab-ce-412ff80b7b1381485a306df240aab020e9b90801.tar.gz
Start Frontend work, fix routing problem
Diffstat (limited to 'app/views/projects/snippets')
-rw-r--r--app/views/projects/snippets/show.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/snippets/show.html.haml b/app/views/projects/snippets/show.html.haml
index b70fda88a79..7f72e15ca8f 100644
--- a/app/views/projects/snippets/show.html.haml
+++ b/app/views/projects/snippets/show.html.haml
@@ -11,4 +11,6 @@
= link_to 'Raw', raw_namespace_project_snippet_path(@project.namespace, @project, @snippet), class: "btn btn-sm", target: "_blank"
= render 'shared/snippets/blob'
+= render 'award_emoji/awards_block', awardable: @snippet, inline: true
+
%div#notes= render "projects/notes/notes_with_form"