Commit 2e87b2b606f333ae4a84df7661cb3e7f300f0209

Authored by Dmitriy Zaporozhets
1 parent 2c69ced3

Do not render project events since we render them again via ajax request

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/projects/show.html.haml
... ... @@ -3,7 +3,7 @@
3 3 .row
4 4 .span9
5 5 = render "events/event_last_push", event: @last_push
6   - .content_list= render @events
  6 + .content_list
7 7 .loading.hide
8 8 .span3
9 9 .light-well
... ...