Rename 'notes/notes' partial to 'notes/notes_with_form'
This commit is contained in:
parent
cee230a158
commit
61eb650db0
8 changed files with 7 additions and 7 deletions
|
@ -17,4 +17,4 @@
|
|||
%div{class: current_user.dark_scheme ? "black" : ""}
|
||||
= raw @snippet.colorize(options: { linenos: 'True'})
|
||||
|
||||
= render "notes/notes", tid: @snippet.id, tt: "snippet"
|
||||
= render "notes/notes_with_form", tid: @snippet.id, tt: "snippet"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue