Update diff comments order and rendering
This commit is contained in:
parent
e802d00996
commit
20e009a40a
3 changed files with 4 additions and 4 deletions
|
@ -9,5 +9,5 @@
|
|||
|
||||
- else
|
||||
:plain
|
||||
$(".note-form-holder").replaceWith("#{escape_javascript(render('form'))}");
|
||||
$(".note-form-holder").replaceWith("#{escape_javascript(render 'form')}");
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%tr.line_notes_row
|
||||
%td{colspan: 3}
|
||||
%ul
|
||||
= render partial: "notes/show", locals: {note: note}
|
||||
= render "notes/show", note: note
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue