From 2e87b2b606f333ae4a84df7661cb3e7f300f0209 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 4 Jun 2013 16:35:08 +0300 Subject: [PATCH] Do not render project events since we render them again via ajax request --- app/views/projects/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml index b2e9fd8..f72ef0a 100644 --- a/app/views/projects/show.html.haml +++ b/app/views/projects/show.html.haml @@ -3,7 +3,7 @@ .row .span9 = render "events/event_last_push", event: @last_push - .content_list= render @events + .content_list .loading.hide .span3 .light-well -- libgit2 0.21.2