4 lines
117 B
Text
4 lines
117 B
Text
- @notes.each do |note|
|
|
- next unless note.author
|
|
= render :partial => "notes/show", :locals => {:note => note}
|
|
|