Renamed 'notes/notes_list' partial to 'notes/notes'
This commit is contained in:
parent
4fc66ead4f
commit
dd1b3177c9
2 changed files with 4 additions and 4 deletions
4
app/views/notes/_notes.html.haml
Normal file
4
app/views/notes/_notes.html.haml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- @notes.each do |note|
|
||||
- next unless note.author
|
||||
= render "note", note: note
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue