ajax notes load

This commit is contained in:
gitlabhq 2011-10-17 19:48:10 +03:00
parent 8a8e77d54f
commit 74a89d9ed6
4 changed files with 17 additions and 4 deletions

View file

@ -0,0 +1,4 @@
- @notes.each do |note|
- next unless note.author
= render :partial => "notes/show", :locals => {:note => note}