mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-18 17:16:08 +10:00
Fix snippet render error
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user