diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-22 15:40:26 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-22 15:40:26 -0700 |
commit | 99682502119fa67f229b3e8d3c3ed0ccb68b29f9 (patch) | |
tree | 9c59486c0d6ea7d1fbdd93300e22cebaa8b367d2 /app/views/users | |
parent | 29f6b01d6343c08dc9fe1f6bdf95a645dd4e4cc0 (diff) | |
download | gitlab-ce-99682502119fa67f229b3e8d3c3ed0ccb68b29f9.tar.gz |
Add inifinite scroll to user activity on user page
Diffstat (limited to 'app/views/users')
-rw-r--r-- | app/views/users/show.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index fd96020d129..0653fb871ae 100644 --- a/app/views/users/show.html.haml +++ b/app/views/users/show.html.haml @@ -40,7 +40,8 @@ %strong %i.fa.fa-rss - = render @events + .content_list + = spinner %aside.col-md-4 = render 'profile', user: @user = render 'projects' |