summaryrefslogtreecommitdiff
path: root/app/views/dashboard/_activities.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-18 00:16:42 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-18 00:16:42 -0800
commita8a328b1513c0aa442faaf8e8dd6f06f86ac3211 (patch)
tree1c4108e2a9c11058976a3ee07e172853f05df684 /app/views/dashboard/_activities.html.haml
parent367d9a2dc683ef549905f35186412b5248376028 (diff)
downloadgitlab-ce-a8a328b1513c0aa442faaf8e8dd6f06f86ac3211.tar.gz
DB performance improvements to GitLab
Diffstat (limited to 'app/views/dashboard/_activities.html.haml')
-rw-r--r--app/views/dashboard/_activities.html.haml7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/views/dashboard/_activities.html.haml b/app/views/dashboard/_activities.html.haml
index fdf96dd6f56..c1fc1602d0a 100644
--- a/app/views/dashboard/_activities.html.haml
+++ b/app/views/dashboard/_activities.html.haml
@@ -1,9 +1,4 @@
= render "events/event_last_push", event: @last_push
= render 'shared/event_filter'
-
-- if @events.any?
- .content_list
-- else
- .nothing-here-block Projects activity will be displayed here
-
+.content_list
= spinner