Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-07 16:36:01 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-07 16:36:01 +0400
commit8d8c161a7f1daa92a58194765816b75449769fb1 (patch)
treeab35ed744ef1d7c122bd1f2afaad4613da4f7dec /app/views/dashboard/_activities.html.haml
parent6c777ff8237e6c0f8628a2997848cd868974560c (diff)
Speedup dashboard via loading events with ajax
Diffstat (limited to 'app/views/dashboard/_activities.html.haml')
-rw-r--r--app/views/dashboard/_activities.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/_activities.html.haml b/app/views/dashboard/_activities.html.haml
index c63ef24fca5..2b7d23c225d 100644
--- a/app/views/dashboard/_activities.html.haml
+++ b/app/views/dashboard/_activities.html.haml
@@ -7,7 +7,7 @@
= event_filter_link EventFilter.team, 'Team'
- if @events.any?
- .content_list= render @events
+ .content_list
- else
%p.nothing_here_message Projects activity will be displayed here
.loading.hide