summaryrefslogtreecommitdiff
path: root/app/views/snippets/show.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-24 22:36:44 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-24 22:36:44 +0200
commit292a41cbe295f16f7148913b31eb0fb91f3251c3 (patch)
tree65dc09de8a317b080a96e29770de91c7cd02d79a /app/views/snippets/show.html.haml
parentd41d8ffb02fa74fd4571603548bd7e401ec99e0c (diff)
downloadgitlab-ce-292a41cbe295f16f7148913b31eb0fb91f3251c3.tar.gz
Fixed comments for snippets. Tests fixed
Diffstat (limited to 'app/views/snippets/show.html.haml')
-rw-r--r--app/views/snippets/show.html.haml5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/views/snippets/show.html.haml b/app/views/snippets/show.html.haml
index 165dd6e9c55..6e8ee762337 100644
--- a/app/views/snippets/show.html.haml
+++ b/app/views/snippets/show.html.haml
@@ -14,8 +14,5 @@
.data.no-padding
:erb
<%= raw @snippet.colorize %>
-.clear
-%br
-.snippet_notes= render "notes/notes"
-.clear
+= render "notes/notes", :tid => @snippet.id, :tt => "snippet"