Commit 29636d4d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix snippet render error

parent a4e6ab0a
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
= link_to "Edit", edit_project_snippet_path(@project, @snippet), class: "btn small right" = link_to "Edit", edit_project_snippet_path(@project, @snippet), class: "btn small right"
%br %br
%div %div
.file_holder .file_holder
.file_title .file_title
...@@ -23,5 +24,7 @@ ...@@ -23,5 +24,7 @@
%h4.nothing_here_message Empty file %h4.nothing_here_message Empty file
%div .clearfix
%div#notes
= render "notes/notes_with_form", tid: @snippet.id, tt: "snippet" = render "notes/notes_with_form", tid: @snippet.id, tt: "snippet"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment