summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets
diff options
context:
space:
mode:
authorHan Loong Liauw <hanloongliauw@gmail.com>2015-10-15 17:01:17 +1100
committerHan Loong Liauw <hanloongliauw@gmail.com>2015-10-15 17:59:17 +1100
commit45e11d95f27584f699392fad8f54c1807e562d7f (patch)
tree02c62ba4586bdbee6547461d17b4367fc86001a7 /app/views/projects/snippets
parentf7ed469ece5e113273b006dd64cc0d29243cfcde (diff)
downloadgitlab-ce-45e11d95f27584f699392fad8f54c1807e562d7f.tar.gz
fix spinach features to use new button wordings
Also fixed an accidental deletion of pratial
Diffstat (limited to 'app/views/projects/snippets')
-rw-r--r--app/views/projects/snippets/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/snippets/show.html.haml b/app/views/projects/snippets/show.html.haml
index b6a8e68af22..1aeb0da2016 100644
--- a/app/views/projects/snippets/show.html.haml
+++ b/app/views/projects/snippets/show.html.haml
@@ -11,4 +11,5 @@
.btn-group
= link_to 'Raw', raw_namespace_project_snippet_path(@project.namespace, @project, @snippet), class: "btn btn-sm", target: "_blank"
+ = render 'shared/snippets/blob'
%div#notes= render "projects/notes/notes_with_form"