5 lines
83 B
Plaintext
5 lines
83 B
Plaintext
- @notes.each do |note|
|
|
- next unless note.author
|
|
= render "note", note: note
|
|
|