Commit d138b3de4bf7c238e09bb56e2de8b46ba756bc5f

Authored by Dmitriy Zaporozhets
1 parent 06d9ccf4

Render events for team dashboard

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/views/teams/show.js.haml 0 → 100644
... ... @@ -0,0 +1,2 @@
  1 +:plain
  2 + Pager.append(#{@events.count}, "#{escape_javascript(render(@events))}");
... ...