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