wall login in progress

This commit is contained in:
gitlabhq 2011-11-04 09:37:38 -04:00
parent 687290a00d
commit ca1e3d0579
10 changed files with 110 additions and 74 deletions

View file

@ -1,2 +1,9 @@
:plain
$("#notes-list").html("#{escape_javascript(render(:partial => 'notes/notes_list'))}");
- unless @notes.blank?
- if params[:last_id]
:plain
NoteList.prepend(#{@notes.first.id}, "#{escape_javascript(render(:partial => 'notes/notes_list'))}");
- if params[:first_id]
:plain
NoteList.append(#{@notes.last.id}, "#{escape_javascript(render(:partial => 'notes/notes_list'))}");