Commit e414ba2f8de10ca0d56f3e1916896018e7611c83

Authored by Dmitriy Zaporozhets
1 parent fe86dcfb

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
... ...