Project activity inifinite scroll paging
This commit is contained in:
parent
16e67fd8be
commit
0261b0c64c
3 changed files with 8 additions and 1 deletions
|
@ -2,3 +2,7 @@
|
|||
= render 'clone_panel'
|
||||
= render "events/event_last_push", event: @last_push
|
||||
.content_list= render @events
|
||||
.loading.hide
|
||||
|
||||
:javascript
|
||||
$(function(){ Pager.init(20); });
|
||||
|
|
2
app/views/projects/show.js.haml
Normal file
2
app/views/projects/show.js.haml
Normal file
|
@ -0,0 +1,2 @@
|
|||
:plain
|
||||
Pager.append(#{@events.count}, "#{escape_javascript(render(@events))}");
|
Loading…
Add table
Add a link
Reference in a new issue