3 lines
126 B
Text
3 lines
126 B
Text
- notes.each do |note|
|
|
= render "notes/per_line_note", note: note
|
|
= render "notes/per_line_reply_button", note: notes.first
|