Rename 'notes/per_line_show' partial to 'notes/per_line_note'
This commit is contained in:
parent
dd1b3177c9
commit
c6d71b7b8e
3 changed files with 3 additions and 3 deletions
5
app/views/notes/_per_line_note.html.haml
Normal file
5
app/views/notes/_per_line_note.html.haml
Normal file
|
@ -0,0 +1,5 @@
|
|||
%tr.line_notes_row
|
||||
%td{colspan: 3}
|
||||
%ul
|
||||
= render "notes/note", note: note
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue