summaryrefslogtreecommitdiff
path: root/app/views/snippets
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-26 06:14:05 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-26 06:14:05 +0300
commit29636d4dabd649cd96f0ab975f1bd88b652ef040 (patch)
tree5616713286c3e261d9004436554f473df01e8298 /app/views/snippets
parenta4e6ab0a299cc54b4a0f9ff860dc2f541f50af9f (diff)
downloadgitlab-ce-29636d4dabd649cd96f0ab975f1bd88b652ef040.tar.gz
Fix snippet render error
Diffstat (limited to 'app/views/snippets')
-rw-r--r--app/views/snippets/show.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/snippets/show.html.haml b/app/views/snippets/show.html.haml
index f05e73c2273..955b4e1ad15 100644
--- a/app/views/snippets/show.html.haml
+++ b/app/views/snippets/show.html.haml
@@ -7,6 +7,7 @@
= link_to "Edit", edit_project_snippet_path(@project, @snippet), class: "btn small right"
%br
+
%div
.file_holder
.file_title
@@ -23,5 +24,7 @@
%h4.nothing_here_message Empty file
-%div
+.clearfix
+
+%div#notes
= render "notes/notes_with_form", tid: @snippet.id, tt: "snippet"